Format: imag( z )
Arguments: (num) z Complex number
Returns: (real) The imaginary portion of the complex number z
Examples: imag(2) = 0
imag(3+4i) = 4
imag(5i) = 5
See Also: real, abs, arg, I