IMCOSH(inumber)
IMCOSH returns the complex hyperbolic cosine of the complex number z (inumber), where
cosh(z) = (exp(z) + exp(-z))/2.
IMCOSH("1+j") equals 0.83373+0.988898j.
IMSINH, IMTANH.