pub const NEAR_ZERO_FLOOR: f64 = 1e-60;Expand description
Generic tiny positive floor used as a near-zero tolerance across physics calculations (e.g., cross-sections in barns, energies in eV, widths, dimensionless parameters). Values below this are treated as negligible.