IMABS (absolute value of a complex number)

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

IMABS (absolute value of a complex number)

Previous pageReturn to chapter overviewNext page

Syntax:

IMABS(ComplexNumber)

Description:

This returns the absolute value (modulus) 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:

IMABS("2+4i") returns 4.47214

See also:

COMPLEX, IMARGUMENT, IMEXP, IMCONJUGATE