87
MySQL COT() Function
The cot() is a Math function of MySQL. This function is used to get the cotangent of the given number.
Syntax
Parameters:
Num: It is the number to get cotangent value.
Returns
This function returns the cotangent of the given number.
Example 1
Output:
Example 2
Output:
Example 3
Output:
Next TopicMySQL Math