asinhΒΆ

asinh calculates the hyperbolic arcsine.

r = asinh(m)

Return Value

r is the hyperbolic arcsine of m.

Parameters

m

m is a real or complex matrix.

Comment

Algorithm: log(x + sqrt(x .* x + 1)).

id-2100138