Returns the arc-cosine of the argument. Note that the argument should be between -1 and +1. The result is given in radians.
acos(0.4) acos([ 0.4, -0.4 ])
asin, atan, cos, sin, and tan.