pub const PIVOT_FLOOR: f64 = 1e-30;
Floor for pivot detection and division safety in numerical linear algebra (LM solver, Gaussian elimination). Values below this indicate a (near-)singular system.