CBRT
Computes the cube root of a numeric expression.
Syntax
CBRT(numeric_expression NUMERIC) → FLOAT
numeric_expression: The number (
DOUBLE
,FLOAT
,INTEGER
) used to compute the cube root.
Examples
CBRT example
CBRT example
CBRT example
Last updated