IMCOSH Function in Google Sheets

Compute the hyperbolic cosine of a complex number using the IMCOSH function.

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

  1. 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ā€).
  • IMCOS: Compute the cosine of a complex number.
  • IMCOT: Compute the cotangent of a complex number.