Added in 4.3
$cbrt(N)
Returns the cube root for the number N.
Parameters
N - The number to calculate the cube root for.
Example
//echo -ag The cube root for 42 is $cbrt(42)