[−][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 = the unique y such that y^3 = x
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