complex¶
A complex number type, similar to Python's complex.
Properties¶
| Name | Type | Description |
|---|---|---|
real |
float |
The real part of the complex number. |
imag |
float |
The imaginary part of the complex number. |
Methods¶
conjugate() -> Complex¶
Return the complex conjugate.