Inverse sine in degrees
returns the
inverse sine (sin-1) of the elements of
Y
= asind(X
)X
in degrees. The function accepts both real and complex inputs.
For real values of X
in the interval [-1, 1],
asind(X)
returns values in the interval [-90,
90].
For real values of X
outside the interval [-1, 1]
and for complex values of X
,
asind(X)
returns complex values.