X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fremainderl.c;h=b028519d98e473b366d25a79101dccd8a9a3d60a;hb=0d73b701b3c4bb8a200a35eed056ef6eef311713;hp=83cedc1dc9fd1927f306c24e4027b9ffd7be3455;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/remainderl.c b/src/math/remainderl.c index 83cedc1..b028519 100644 --- a/src/math/remainderl.c +++ b/src/math/remainderl.c @@ -39,7 +39,7 @@ int main(void) err++; } d = ulperrl(y, p->y, p->dy); - if (!checkulp(d, p->r)) { + if (!checkcr(y, p->y, p->r)) { printf("%s:%d: %s remainderl(%La,%La) want %La got %La ulperr %.3f = %a + %a\n", p->file, p->line, rstr(p->r), p->x, p->x2, p->y, y, d, d-p->dy, p->dy); err++;