imag
Overloads
| Name | Description |
|---|---|
imag(integer value) -> real | Get the imaginary part of a complex number. |
imag(real value) -> real | Get the imaginary part of a complex number. |
imag(complex value) -> real | Get the imaginary part of a complex number. |
imag(bool value) -> real | Get the imaginary part of a complex number. |
imag(integer value) -> real
Get the imaginary part of a complex number.
Parameters
- value: The number.
Returns
The imaginary part of the number.
imag(real value) -> real
Get the imaginary part of a complex number.
Parameters
- value: The number.
Returns
The imaginary part of the number.
imag(complex value) -> real
Get the imaginary part of a complex number.
Parameters
- value: The number.
Returns
The imaginary part of the number.
imag(bool value) -> real
Get the imaginary part of a complex number.
Parameters
- value: The number.
Returns
The imaginary part of the number.