return the arcsine of the parameter
genType asin(genType x)
x
: Specify the value whose arcsine to return.atan
returns the angle whose trigonometric sine is 𝑥. The range of values returned by asin
is
$$ \left[ -\frac{\pi}{2}, \frac{\pi}{2} \right] $$
The result is undefined if |𝑥|>1.