Commit 2d17cba
authored
Fix broken test
If `max` is 1 - Math.epsilon, the result is indistinguishable from 42000, and the tests fail. To fix this, Math.epsilon must be multiplied by more than 16.1 parent ac1d8da commit 2d17cba
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments