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