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