AppSleep
asinh
Enter search terms or a module, class or function name.
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)).
See also
Overview Mathematic, sin
id-1210848