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

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

MDN documentation