Inverse hyperbolic sine
Y = asinh(X)
Y = asinh(X)
returns the
inverse hyperbolic sine for each element of X
.
The asinh
function operates element-wise
on arrays. The function's domains and ranges include complex values.
All angles are in radians.