Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
Updated Nov 04, 2024
Send us feedback
cot
Applies to: Databricks SQL Databricks Runtime
Returns the cotangent of expr.
expr
cot(expr)
expr: An expression that evaluates to a numeric.
A DOUBLE.
> SELECT cot(1); 0.6420926159343306
cos function
cosh function
tan function
tanh function