Skip to main content

refine_steps

Function refine_steps 

Source
pub const fn refine_steps(precision: PrecisionPolicy) -> usize
Expand description

Refinement steps for a given precision policy. One step (Newton from f32’s ~8e-5 seed, Halley from f64’s ~1e-6 seed, see the module docs) reaches the type’s full precision. Reference takes a second for good measure, Worst ships the seed.

Last built: 2026-09-08 21:35:55 UTC