ASIN function
Summary
Returns the arcsine of a number
Syntax
ASIN(number)
The ASIN function syntax has the following arguments:
• Number Required. The sine of the angle you want and must be from -1 to 1.
• Number Required. The sine of the angle you want and must be from -1 to 1.
Example
=ASIN(-0.5)
=ASIN(-0.5)*180/PI()
=DEGREES(ASIN(-0.5))
=ASIN(-0.5)*180/PI()
=DEGREES(ASIN(-0.5))