asin(X)
Returns the arcsine (in radians) of the given value.
Syntax
asin(X)
Input
Argument | Type | Description |
---|---|---|
X |
any numeric type | A numeric value |
Return Value
Returns a decimal number corresponding to the inverse sine, or arcsine, of
X
. Note: The result is a measurement in radians.
If X
is N/A, the result is N/A.
Sample Usage
X |
asin(X) |
---|---|
1 | 1.571 |
0.7071 | 0.7854 |
0.0784 | 0.0785 |
-0.0784 | -0.0785 |
NA | NA |