Compute the real part of a number
r = Real (z)
The Real function returns the real part of a number. If its argument is an array, the Real function will be applied to each element and the result returned as an array.