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