pub const EXACT_MATCH_TOLERANCE: f64 = 1e-14;Expand description
Tolerance for considering a match “exact”
Matches with error below this threshold are considered mathematically exact (within floating-point precision limits).
Value: 1e-14 (roughly 100x machine epsilon for f64)