Jump to: navigation, search

PostgreSQL COT

From w3cyberlearnings

Contents

Postgresql COT

This function returns the cotangent of X.

Syntax COT

X is an number

COT(X);

Example 1

postgres=# SELECT COT(12);
        cot        
-------------------
 -1.57267340639769
(1 row)

Example 2


postgres=# SELECT COT(14);
        cot        
-------------------
 0.138033719840408
(1 row)


Related Links



Navigation
Web
SQL
MISC
References