Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/rubysl/complex/complex.rb

Instance Method Summary collapse

Instance Method Details

#imObject



24
# File 'lib/rubysl/complex/complex.rb', line 24

def im() Complex(0, self) end