pub const EQ_EPSILON: f32 = 0.00001; // 9.99999974E-6f32
Minimal difference between values in around the 0.0..=1.0 scale.