cbrt
function
Applies to: Databricks SQL Databricks Runtime
Returns the cube root of expr
.
Syntax
cbrt(expr)
Arguments
expr
: An expression that evaluates to a numeric.
Returns
A DOUBLE.
Examples
> SELECT cbrt(27.0);
3.0
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
cbrt
functionApplies to: Databricks SQL Databricks Runtime
Returns the cube root of expr
.
cbrt(expr)
expr
: An expression that evaluates to a numeric.A DOUBLE.
> SELECT cbrt(27.0);
3.0