conjugate
Overloads
| Name | Description |
|---|---|
conjugate(real value) -> real | Complex conjugates a number in-place. |
conjugate(bool value) -> bool | Complex conjugates a number in-place. |
conjugate(complex value) -> complex | Complex conjugates a number in-place. |
conjugate(integer value) -> integer | Complex conjugates a number in-place. |
conjugate(real value) -> real
Complex conjugates a number in-place.
Parameters
- value: The number.
Returns
A reference to the complex conjugated number.
conjugate(bool value) -> bool
Complex conjugates a number in-place.
Parameters
- value: The number.
Returns
A reference to the complex conjugated number.
conjugate(complex value) -> complex
Complex conjugates a number in-place.
Parameters
- value: The number.
Returns
A reference to the complex conjugated number.
conjugate(integer value) -> integer
Complex conjugates a number in-place.
Parameters
- value: The number.
Returns
A reference to the complex conjugated number.