IMAGINARY (imaginary coefficient of a complex number)

<< Click to Display Table of Contents >>

IMAGINARY (imaginary coefficient of a complex number)

Syntax:

IMAGINARY(ComplexNumber)

Description:

Returns the imaginary 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:

IMAGINARY("2+4i") returns 4

See also:

COMPLEX, IMREAL