Skip to main content

phase

Overloads

NameDescription
phase(complex value) -> realGet the complex phase of a number.
phase(bool value) -> realGet the complex phase of a number.
phase(real value) -> realGet the complex phase of a number.
phase(integer value) -> realGet 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.