IMSINH

IMSINH

Synopsis

IMSINH(inumber)

Description

IMSINH returns the complex hyperbolic sine of the complex number z (inumber), where

sinh(z) = (exp(z) - exp(-z))/2.

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

Examples

IMSINH("1+j") equals 0.63496+1.29846j.

See also

IMCOSH, IMTANH.