Scalar. Returns the cube root of a number.
cbrt ( value )
A numeric datatype.
The function returns a float. If the argument is invalid, the server logs a Floating-point exception error.
cbrt (1000.00) returns 10.0.