Computes the arc sine of the value x.
x
The returned value is an angle in the range from -PI/2 to PI/2 radians.
-PI/2
PI/2
num asin(num x) => math.asin(x);