X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Fsinh.c;h=5e037e550102359e274b92122a3939c51376b267;hp=09727773887094ae7cf21830aacd8300f36a4631;hb=7e71d459b4104aae67ad092172be295cc221e284;hpb=67f8bc0148070f5be55b883d74cd04985a698d6b diff --git a/src/math/sinh.c b/src/math/sinh.c index 0972777..5e037e5 100644 --- a/src/math/sinh.c +++ b/src/math/sinh.c @@ -64,6 +64,7 @@ double sinh(double x) /* |x| in [log(maxdouble), overflowthresold] */ if (ix <= 0x408633CE) + // FIXME: 0.5 * 2.0 * huge == huge ? return h*2.0*__ldexp_exp(fabs(x), -1); /* |x| > overflowthresold, sinh(x) overflow */