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