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