We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7832c commit d0c0e31Copy full SHA for d0c0e31
1 file changed
tests/basictests.cpp
@@ -80,7 +80,7 @@ bool number_test_powers_of_two() {
80
double x = pjh.get_double();
81
int ulp = f64_ulp_dist(x,expected);
82
if(ulp > maxulp) maxulp = ulp;
83
- if(ulp > 2) {
+ if(ulp > 3) {
84
printf("failed to parse %s. ULP = %d i = %d \n", buf, ulp, i);
85
return false;
86
}
0 commit comments