Jump to: navigation, search

Mysql COT

From w3cyberlearnings

Contents

MySQL COT Function

This function returns the cotangent of X.

Syntax COT

X is an number.

COT(X);

Example 1

mysql> SELECT COT(12);
+-------------------+
| COT(12)           |
+-------------------+
| -1.57267340639769 |
+-------------------+
1 row in set (0.00 sec)

Example 2

mysql> SELECT COT(14);
+-------------------+
| COT(14)           |
+-------------------+
| 0.138033719840408 |
+-------------------+
1 row in set (0.00 sec)


Related Links


Navigation
Web
SQL
MISC
References