acosh calculates the hyperbolic arccosine.
Return Value
r is the hyperbolic arccosine 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, cosh
id-1578379
acos
acot