asin calculates the ac arcsine.
Return Value
r is the arcsine of m.
Parameters
m is a real or complex matrix.
Comment
Algorithm: -1i .* log (1i .* x + sqrt(1 - x .* x)).
-1i .* log (1i .* x + sqrt(1 - x .* x))
See also
Overview Mathematic, sin
id-1210848
AppSleep
asinh