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
- 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ā).