asin
Inverse sine (radians).
Syntax
Section titled “Syntax”Y = asin(X)Description
Section titled “Description”Returns the angle whose sine is X, in radians, in the range [-π/2, π/2]. X must be in [-1, 1].
Example
Section titled “Example”asin(1) % π/2