Google Sheets
COT function in Google Sheets
Cotangent of an angle provided in radians. .
=COT(angle)COT syntax and parameters
One argument, one required.
- anglenumberRequired
COT examples
Formulas you'll actually reuse.
Cotangent of 45° — the reciprocal of TAN:
=COT(RADIANS(45))Result
1Back to the tangent — COT and TAN are reciprocals:
=1 / COT(B2)Result
1.7321
COT in Excel
Same name — your formula ports as-is.
Try COT in the playground
Edit the example — nothing to install.
Preloaded with the COT formula from Example 1 — change anything and watch it respond.
Loading the editor…
COT errors
What they mean — and the fixes.
#DIV/0!COT(0) divides by TAN(0) — the angle can't be a multiple of π.
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel