<< Click to Display Table of Contents >> IMARGUMENT (angle of a complex number) |
Syntax:
IMARGUMENT(ComplexNumber)
Description:
Returns the angle (in radians) from the real axis to the representation of a complex number in polar coordinates.
ComplexNumber must be a complex number in x+yi or x+yj format. Tip: Complex numbers can be created with the COMPLEX function.
Example:
IMARGUMENT("2+4i") returns 1.10715
See also: