Asin

Description of formula:
Calculates the arcsine of a specified number. Arcsine is the angle, whose sine is equal to value passed as a parameter, e.g.
asin(1) = π/2, because sin(π/2) = 1
The returned value is given in radians, in range from 0 to π.
Syntax:
asin(number)
Parameters:
number
(type: Number) The sine of the angle. Must be between -1 and 1.
Returned type:
Number
Examples:
=asin(-1)
=asin(Section1.A1)
=asin(A)
=asin(B3)
Remarks:
If you want to get value in degrees, multiply the result by 180/pi().
Have more questions? Submit a request

0 Comments

Article is closed for comments.
Powered by Zendesk