Skip to main content

conjugated

Overloads

NameDescription
conjugated(complex value) -> complexGet the complex conjugate of a number.
conjugated(bool value) -> boolGet the complex conjugate of a number.
conjugated(real value) -> realGet the complex conjugate of a number.
conjugated(integer value) -> integerGet 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.