Consider '''N = (-0.8)''' then '''=ASIN((-0.8))''' gives '''-0.9273''' <br/>
* ASIN function determines the arcsine of the given number.
* ASIN function determines the arcsine of the given number.
To find the angle in degrees, multiply the result angle with 180/PI. DEGREES function can also be used.<br/>
To find the angle in degrees, multiply the result angle with 180/PI. DEGREES function can also be used.<br/>
−
For example '''ASIN(-0.8)*180/PI()''' or '''DEGREES(ASIN(-0.8))''' gives '''-53.13010235415598'''
+
For example '''ASIN(-0.8)*180/PI()''' or '''DEGREES(ASIN(-0.8))''' gives '''-53.13010235415598'''