Home » MySQL Math COT() Function

MySQL Math COT() Function

by Online Tutorials Library

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:

MySQL Math COT() Function

Example 2

Output:

MySQL Math COT() Function

Example 3

Output:

MySQL Math COT() Function

Next TopicMySQL Math

You may also like