asin()
Returns the angle whose sine is the specified number (the inverse operation of sin()).
Syntax
asin(x)
Arguments
- x: A real number in range [-1, 1].
Returns
- The value of the arc sine of
x nullifx< -1 orx> 1
Feedback
Submit and view feedback for