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