Returns the cube root of the specified Decimal. The cube root of a negative value is the negative of the cube root of that value's magnitude.
Here are some examples:
System.debug(Math.cbrt(8));
Output: 2.0