Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/complex.rb
Instance Method Summary collapse
Instance Method Details
#im ⇒ Object
26 |
# File 'lib/complex.rb', line 26 def im() Complex(0, self) end |