ODF.COMPLEX

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

Syntax:

ODF.COMPLEX(real part:number, imaginary part:number {, suffix:text})

Returns the complex number string formed from the given real part and imaginary part. An optional imaginary number suffix of either "i" or "j" may be supplied. If omitted, the default "i" is used.

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