class
The complex number class. See complex.rb for an overview.
Aliases
- image
Constants
I = Complex(0,1)
Unify = true
Attributes
[R] | real | The real part of a complex number. |
[R] | image | The imaginary part of a complex number. |