IMREAL (real coefficient of a complex number)

<< Click to Display Table of Contents >>

IMREAL (real coefficient of a complex number)

Syntax:

IMREAL(ComplexNumber)

Description:

Returns the real coefficient of a complex number.

ComplexNumber must be a complex number in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.

Example:

IMREAL("2+4i") returns 2

See also:

COMPLEX, IMAGINARY