IMCOT Function in Google Sheets

Compute the cotangent of a complex number using the IMCOT function.

IMCOT Function

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

Syntax

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

Examples

  1. Basic Cotangent Calculation

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

=IMCOT("1+2i")

This will output -0.181+0.705i.

Notes

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