Skip to content

COT

  • x: The numeric value for which the cotangent will be calculated. One must ensure that the value of X is not 0 as the cotangent of 0 is undefined.
SELECT COT(45);
0.5253219888177297

The COT() function in MySQL returns the cotangent of a number. In the example, the input number is 45. The cotangent of 45 is approximately 0.5253219888177297.