To calculate the arcsine
The function returns the arcsine of a number.
asin(number)
number
asin(x)
To calculate the arcsine of a given number x between -1 and 1.
Result: -0.25268025514207865
Result: 1.5707963267948966
Result: (invalid)
sin
, which calculates the sine of a number.