X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Fsinhl.c;h=aa85d8a8044631ca23483929207b2a9ad01dd1ea;hp=8ea0380bcbf78e22d5e4f026e7bb5f185b7681fb;hb=5fc943786cdd4e93efe31f9f742f2097cec9f8a1;hpb=75543c20a003e3108b51cb63998752d27621f993 diff --git a/src/math/sinhl.c b/src/math/sinhl.c index 8ea0380..aa85d8a 100644 --- a/src/math/sinhl.c +++ b/src/math/sinhl.c @@ -42,9 +42,12 @@ int main(void) } d = ulperrl(y, p->y, p->dy); if (!checkulp(d, p->r)) { + if (fabsf(d) < 5.0f || p->r != RN) + printf("X "); + else + err++; printf("%s:%d: %s sinhl(%La) want %La got %La ulperr %.3f = %a + %a\n", p->file, p->line, rstr(p->r), p->x, p->y, y, d, d-p->dy, p->dy); - err++; } } return !!err;