COT
Computes the cotangent of a value in radians.
Syntax
COT(numeric_expression NUMERIC) → FLOAT
numeric_expression: The number in radians. This must be
DOUBLE
,INTEGER
, orFLOAT
.
Examples
Last updated
Was this helpful?