The function COT returns the trigonometric cotangent of the radians number expression.
SQL Syntax:
|
|
COT( number ) |
Number:
|
|
Any numeric expression. |
Escape Syntax:
|
|
{fn COT( number )} |
Return Type:
|
|
FLOAT |
|
|
|
Examples:
SELECT COT(1.0), {fn cot(0.0)}
see also:
SQL Numeric Functions
TAN
|