IMCOTH Function in Google Sheets

Compute the hyperbolic cotangent of a complex number using the IMCOTH function.

IMCOTH Function

The IMCOTH function in Google Sheets returns the hyperbolic cotangent of a complex number.

Syntax

IMCOTH(number)
  • number: The complex number for which you want to compute the hyperbolic cotangent.

Examples

  1. Basic Hyperbolic Cotangent Calculation

Calculate the hyperbolic cotangent of the complex number 1+2i:

=IMCOTH("1+2i")

This will output -0.060+0.456i.

Notes

  • The complex number should be in text format (e.g., ā€œ1+2iā€).
  • IMCOT: Compute the cotangent of a complex number.
  • IMCSCH: Compute the hyperbolic cosecant of a complex number.