Skip to main content

real

Overloads

NameDescription
real(bool value) -> realGet the real part of a complex number.
real(complex value) -> realGet the real part of a complex number.
real(const string str) -> realParses a string and converts it to a real.
real(real value) -> realGet the real part of a complex number.
real(integer value) -> realGet the real part of a complex number.

real(bool value) -> real

Get the real part of a complex number.

Parameters

  • value: The number.

Returns

The real part of the number.

real(complex value) -> real

Get the real part of a complex number.

Parameters

  • value: The number.

Returns

The real part of the number.

real(const string str) -> real

Parses a string and converts it to a real.

Parameters

real(real value) -> real

Get the real part of a complex number.

Parameters

  • value: The number.

Returns

The real part of the number.

real(integer value) -> real

Get the real part of a complex number.

Parameters

  • value: The number.

Returns

The real part of the number.