Returns thearcsine of x.
When x is of double-precision floating-point data type, the result is of the same type. All other data types are converted to single-precision floating-point and yield a floating-point result. The result is an angle, expressed in radians, whose sine is x.
Values generated by ASIN range between -/2 and /2.
x = ASIN(0) PRINT, x
0