Function js_sys::Math::cbrt

source ·
pub fn cbrt(x: f64) -> f64
Expand description

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