Next: Arithmetic, Previous: Conversion, Up: Numbers
Return a complex number constructed of the given real and imaginary parts.
Return the complex number z1 * e^(i * z2).
* e^(i *
)
Return the real part of the number z.
Return the imaginary part of the number z.
Return the magnitude of the number z. This is the same as abs for real arguments, but also allows complex numbers.
abs
Return the angle of the complex number z.