[−][src]Function js_sys::Math::sqrt
pub fn sqrt(x: f64) -> f64
The Math.sqrt()
function returns the square root of a number, that is
∀x ≥ 0, Math.sqrt(x) = √x = the unique y ≥ 0 such that y^2 = x
pub fn sqrt(x: f64) -> f64
The Math.sqrt()
function returns the square root of a number, that is
∀x ≥ 0, Math.sqrt(x) = √x = the unique y ≥ 0 such that y^2 = x