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