Skip to content

Commit d0c0e31

Browse files
committed
Increasing the ULP bound.
1 parent 9b7832c commit d0c0e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/basictests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ bool number_test_powers_of_two() {
8080
double x = pjh.get_double();
8181
int ulp = f64_ulp_dist(x,expected);
8282
if(ulp > maxulp) maxulp = ulp;
83-
if(ulp > 2) {
83+
if(ulp > 3) {
8484
printf("failed to parse %s. ULP = %d i = %d \n", buf, ulp, i);
8585
return false;
8686
}

0 commit comments

Comments
 (0)