5 static struct d_d t
[] = {
7 #include "crlibm/sinh.h"
9 #include "sanity/sinh.h"
19 for (i
= 0; i
< sizeof t
/sizeof *t
; i
++) {
24 if (!checkexcept(e
, p
->e
, p
->r
)) {
25 printf("%s sinh(%a)==%a except: want %s", rstr(p
->r
), p
->x
, p
->y
, estr(p
->e
));
26 printf(" got %s\n", estr(e
));
29 d
= ulperr(y
, p
->y
, p
->dy
);
30 if (!checkulp(d
, p
->r
)) {
31 printf("%s sinh(%a) want %a got %a ulperr %.3f = %a + %a\n",
32 rstr(p
->r
), p
->x
, p
->y
, y
, d
, d
-p
->dy
, p
->dy
);