Loading lesson path
Concept visual
Start at both ends
Return the cotangent of a number:
SELECT COT(6);The COT() function returns the cotangent of a number.
number )
Required. A numeric value. If number is 0, an error or NULL is returned
From MySQL 4.0
Return the cotangent of a number:
SELECT COT(-2);❮ MySQL Functions