From ccec4badb7889063a5911b7ba0fac814b4367cc3 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 1 Aug 2013 23:41:42 +0000 Subject: [PATCH] add exp10l test case (1e-15) --- src/math/special/exp10l.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/special/exp10l.h b/src/math/special/exp10l.h index 55bd459..d0001b8 100644 --- a/src/math/special/exp10l.h +++ b/src/math/special/exp10l.h @@ -5,3 +5,4 @@ T(RN, -0x1p+0L, 0x1.999999999999999ap-4L, 0x1.9999 T(RN, inf, inf, 0x0p+0, 0) T(RN, -inf, 0x0p+0L, 0x0p+0, 0) T(RN, nan, nan, 0x0p+0, 0) +T(RN, -0x1.ep+3L, 0x1.203af9ee756159b2p-50L, -0x1.f3a6ep-5, INEXACT) -- 2.20.1