IMCOSH

IMCOSH

Synopsis

IMCOSH(inumber)

Description

IMCOSH returns the complex hyperbolic cosine of the complex number z (inumber), where

cosh(z) = (exp(z) + exp(-z))/2.

  • If inumber is not a valid complex number, IMCOSH returns #VALUE! error.

Examples

IMCOSH("1+j") equals 0.83373+0.988898j.

See also

IMSINH, IMTANH.