Skip to main content

sqrt

Function sqrt 

Source
pub fn sqrt(x: f64) -> f64
Expand description

Square root via Newton–Raphson after reducing the mantissa into [1, 4). Full f64 precision (the iteration is self-correcting).