C_COMPLEX

Composes a complex number[1] from its real and imaginary parts.

Syntax #1:

C_COMPLEX(real part:number, imaginary part:number)

Returns the complex number formed from the given real part and imaginary part.


Syntax #2:

C_COMPLEX(real part:number, imaginary part:number, suffix:text)

Returns the complex number string formed from the given real part and imaginary part with imaginary number suffix of either "i" or "j".

Revisions:

This function was added in 2.00.

  1. Weisstein, Eric W. "Complex Number." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/ComplexNumber.html