[][src]Function js_sys::Math::cbrt

pub fn cbrt(x: f64) -> f64

The Math.cbrt() function returns the cube root of a number, that is Math.cbrt(x) = x^3 = the unique y such that y^3 = x

MDN documentation