cot
function
Applies to: Databricks SQL
Databricks Runtime
Returns the cotangent of expr
.
cot(expr)
expr
: An expression that evaluates to a numeric.
A DOUBLE.
> SELECT cot(1);
0.6420926159343306
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
cot
functionApplies to: Databricks SQL
Databricks Runtime
Returns the cotangent of expr
.
cot(expr)
expr
: An expression that evaluates to a numeric.A DOUBLE.
> SELECT cot(1);
0.6420926159343306