cbrt()

Scalar. Returns the cube root of a number.

Syntax

cbrt ( value )

Parameters

value

A numeric datatype

Usage

The function returns a float. If the argument is invalid, the server logs a Floating-point exception error.

Example

cbrt (1000.00) returns 10.0.