Asin(Numeric number)
Arcsine, returns the angle, in radians, whose sine is specified by the number.
Parameters
- number
- The sine of the angle you want and must be from -1 to 1.
Returns
Numeric
Examples
Asin(0)
returns 0Asin(1)
returns 1.57Asin(-1)
returns -1.57