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