We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6155abf commit 53ee48cCopy full SHA for 53ee48c
src/tests/mod.rs
@@ -3,7 +3,7 @@ mod temperature_tests;
3
mod weight_tests;
4
mod volume_tests;
5
6
-const DEFAULT_DELTA: f64 = 1.000000001;
+const DEFAULT_DELTA: f64 = 0.00001;
7
8
fn almost_eq(a: f64, b: f64) -> bool {
9
almost_eq_delta(a, b, DEFAULT_DELTA)
0 commit comments