ASIN
Displays an angle, in radians, whose sine is the specified value.
    Syntax
ASIN(Value)
      
Value is a number between -1 and 1 or
        a formula which returns a value between -1 and 1. If Value is outside of these bounds, the result is undefined.
Example
This example returns 1.5708 (pi/2 or 90 degrees):
ASIN(1)
      
This example returns 0:
ASIN(0)