pub const BISECTION_MAX_ITERATIONS: u32 = 80;Expand description
Iteration cap for bisect_axis’s search – matches the existing inverse-solver cap
(HoldCurve::range_for_angular_drop_mil’s INVERSE_MAX_ITERATIONS, src/main.rs).
pub const BISECTION_MAX_ITERATIONS: u32 = 80;Iteration cap for bisect_axis’s search – matches the existing inverse-solver cap
(HoldCurve::range_for_angular_drop_mil’s INVERSE_MAX_ITERATIONS, src/main.rs).