IMCOSH
Returns the hyperbolic cosine of a complex number.
EngineeringEngineering & Science
What it does
Calculates hyperbolic cosine of a complex number.
Syntax
IMCOSH(inumber)
Arguments
inumber(text) β Complex number.
Examples
Complex Cosh
Cosh of 1+i.
FORMULA
=IMCOSH("1+i")RESULT
0.83+0.98i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 1+i |