pub fn cbrt(x: f64) -> f64
The Math.cbrt() function returns the cube root of a number, that is Math.cbrt(x) = ∛x = the unique y such that y^3 = x
Math.cbrt()
MDN documentation