Functions
COT
Cotangent of an angle in radians
Try it
When to use it
When should I use COT?
Use COT to compute the cotangent of an angle in radians; it is the reciprocal of TAN and undefined at multiples of pi.
Used in
Syntax
COT(angle)Examples
=COT(1) // => 0.6420926159343306
=COT(-1) // => -0.6420926159343306
=COT(4) // => 0.8636911544506167