ASIN function

From Planfix
Jump to: navigation, search

ASIN — returns the arcsine of a number.

Format

ASIN(number)

Example

Formula Description Result
ASIN(-0.5) Arcsine of the number -0.5 in radians, -pi/6 (-0.5236) -0.523598776
ASIN(-0.5)*180/PI() Arcsine of the number -0.5 in degrees -30


Go To