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