Hyperbolic cosine
(Quaternion overloading of standard MATLAB® function)
Y = cosh(X)
cosh(X) computes the hyperbolic cosine of the quaternion argument X which may be a complexified quaternion.
>> cosh(1 + qi) ans = 0.8337 + 0.9889 * I + 0 * J + 0 * K