<< Click to Display Table of Contents >> IMABS (absolute value of a complex number) |
Syntax:
IMABS(ComplexNumber)
Description:
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: