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