pub const MAX_ITERATIONS: usize = 8;Expand description
Canonical maximum iterations for the static-PPP float/fixed solve.
Feeds super::FloatSolveOptions::max_iterations. This is the value the
core PPP goldens run with and the bindings hardcode.
pub const MAX_ITERATIONS: usize = 8;Canonical maximum iterations for the static-PPP float/fixed solve.
Feeds super::FloatSolveOptions::max_iterations. This is the value the
core PPP goldens run with and the bindings hardcode.