ASIN
Calculates the arc sine of a number
ASIN(number
, radians
)
Returns the arc sine of a number
. Default produces result in radians.
Arguments
Argument | Description |
| Number to take arc sine of. |
| True to produce output in radians (default), false to produce output in degrees. |
Output
The arc sine of a number
.
Example
Last updated