ReferenceFunctionsEngineering Functions
IMCOSH
IMCOSH: Returns the hyperbolic cosine of a complex number.
Summary
Accepts an Excel-style complex number string and returns the complex hyperbolic cosine as text.
Remarks
- The input may use either
iorjas the imaginary suffix. - Invalid complex text returns
#NUM!.
Examples
Hyperbolic cosine of zero
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1
Related functions
FAQ
Does IMCOSH preserve the imaginary suffix?
Results preserve the input's i/j suffix when an imaginary part is present.
Runtime metadata
Category
Engineering
Signature
IMCOSH(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PURE
Source