Skip to main content

conjugate

Overloads

NameDescription
conjugate(real value) -> realComplex conjugates a number in-place.
conjugate(bool value) -> boolComplex conjugates a number in-place.
conjugate(complex value) -> complexComplex conjugates a number in-place.
conjugate(integer value) -> integerComplex 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.