IMREAL (real coefficient of a complex number)

Navigation:  Formulas and functions > Functions from A to Z >

IMREAL (real coefficient of a complex number)

Previous pageReturn to chapter overviewNext page

Syntax:

IMREAL(ComplexNumber)

Description:

This 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