Find the modulus and argument of a complex number. Enter its real and imaginary parts.
Usage Tip
The modulus and argument are the polar coordinates of a complex number; the real and imaginary parts are its rectangular coordinates.
argument = atan2(b, a)
The argument is the angle it makes with the positive real axis — together they give its polar form.
The argument is shown in degrees and radians.
Modulus is always non-negative.
