acos(x)
This function changes the sign of the imaginary component. It calculates:
conj(z) = conj( x+ iy) = x - iy
This function does nothing (i.e. conj(x) = x) if the argument is real.