ASIN
The ASIN function is a mathematical function that returns the inverse Sine (radians) of a number. The ASIN function returns a real value.
Function Name |
ASIN |
Description |
Returns the inverse Sine (radians) of a number. |
Arguments |
ASIN(INTEGER or REAL) The ASIN function can have one input and this can be either an integer or a real floating value—see Number (Integer or Real). |
Returns |
REAL The inverse Sine (radians) value of the input. |
Example:
ASIN(1)
The output is 1.57.