From: Szabolcs Nagy Date: Thu, 5 Sep 2013 12:34:15 +0000 (+0000) Subject: math: add an expm1l special case X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=commitdiff_plain;h=4f18b8f0b3cf4a59aea5258adcdd32ba2a0b6741;hp=8f89d908656122033909033a7a71c87636319a08 math: add an expm1l special case --- diff --git a/src/math/special/expm1l.h b/src/math/special/expm1l.h index 597977b..488539e 100644 --- a/src/math/special/expm1l.h +++ b/src/math/special/expm1l.h @@ -5,3 +5,4 @@ T(RN, -0x1p+0L, -0x1.43a54e4e988641cap-1L, 0x1.1484 T(RN, inf, inf, 0x0p+0, 0) T(RN, -inf, -0x1p+0L, 0x0p+0, 0) T(RN, nan, nan, 0x0p+0, 0) +T(RN, -0x1.0000666666666666p+14L, -0x1p+0L, 0x0p+0, INEXACT)