real_part(n) imag_part(n)
Return the real/imaginary component of the complex number n.
n
real_part(rectangular(-2, 7)) // -2 imag_part(rectangular(2/3, -1/2)) // 1/2
Core Module Index | Contents