COT
Returns a DOUBLE PRECISION value representing the trigonometric cotangent of the argument.
Returns a DOUBLE PRECISION value representing the trigonometric cotangent of the argument.
Behavior type
ImmutableSyntax
COT ( expression )
Parameters
expression
- Is a value of type DOUBLE PRECISION
Examples
SELECT COT(1);
cot
-------------------
0.642092615934331
(1 row)