asin
Inverse sine in radians
Syntax
Description
returns the
Inverse Sine
(sin-1) of the elements of Y
= asin(X
)X
in radians. The
function accepts both real and complex inputs.
For real values of
X
in the interval [-1, 1],asin(X)
returns values in the interval [-π/2, π/2].For real values of
X
outside the interval [-1, 1] and for complex values ofX
,asin(X)
returns complex values.