Compute the complex conjugate of a number
z1 = Conj (z)
The Conj function returns the complex conjugate of a number. If its argument is an array, the Conj function will be applied to each element and the result returned as an array.