IMCOSH Function
The IMCOSH
function in Google Sheets returns the hyperbolic cosine of a complex number.
Syntax
IMCOSH(number)
number
: The complex number for which you want to compute the hyperbolic cosine.
Examples
- Basic Hyperbolic Cosine Calculation
Calculate the hyperbolic cosine of the complex number 1+2i:
=IMCOSH("1+2i")
This will output 3.262+4.030i.
Notes
- The complex number should be in text format (e.g., ā1+2iā).