X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffrexpl.c;h=a28b0fdc5577a1049df090f2e24f14d19b0a3cca;hb=1a1bad41337d53922fde2abf8645de006c871965;hp=e04821bb1f343150f78dc01e74cb78ddf9a2ce30;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;p=libc-test diff --git a/src/math/frexpl.c b/src/math/frexpl.c index e04821b..a28b0fd 100644 --- a/src/math/frexpl.c +++ b/src/math/frexpl.c @@ -40,7 +40,7 @@ int main(void) err++; } d = ulperrl(y, p->y, p->dy); - if (!checkcr(y, p->y, p->r) || yi != p->i) { + if (!checkcr(y, p->y, p->r) || (isfinite(p->x) && yi != p->i)) { printf("%s:%d: %s frexpl(%La) want %La,%lld got %La,%d ulperr %.3f = %a + %a\n", p->file, p->line, rstr(p->r), p->x, p->y, p->i, y, yi, d, d-p->dy, p->dy); err++;