X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fnexttowardf.c;h=d2a176295c1a6018caf41a8faafca663366ebd9d;hb=105b3911ac2fe37478248c2917caf345d1ec0b14;hp=0ba0c431f11018b22fda0238a4faa85245fc85f3;hpb=3feaa322fdec8f8a45ec19a260103f11a12891e3;p=libc-test diff --git a/src/math/nexttowardf.c b/src/math/nexttowardf.c index 0ba0c43..d2a1762 100644 --- a/src/math/nexttowardf.c +++ b/src/math/nexttowardf.c @@ -39,9 +39,9 @@ int main(void) printf(" got %s\n", estr(e)); err++; } - d = ulperrl(y, p->y, p->dy); + d = ulperrf(y, p->y, p->dy); if (!checkcr(y, p->y, p->r)) { - printf("%s:%d: %s nexttowardf(%La,%La) want %La got %La ulperr %.3f = %a + %a\n", + printf("%s:%d: %s nexttowardf(%La,%La) want %La got %a 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++; }