From 4f18b8f0b3cf4a59aea5258adcdd32ba2a0b6741 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 5 Sep 2013 12:34:15 +0000 Subject: [PATCH] math: add an expm1l special case --- src/math/special/expm1l.h | 1 + 1 file changed, 1 insertion(+) 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) -- 2.20.1