aboutsummaryrefslogtreecommitdiff
path: root/math/exp_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/exp_data.c')
-rw-r--r--math/exp_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/exp_data.c b/math/exp_data.c
index adfca9d..2961a94 100644
--- a/math/exp_data.c
+++ b/math/exp_data.c
@@ -67,6 +67,7 @@ const struct exp_data __exp_data = {
// abs error: 1.555*2^-66
// ulp error: 0.509 (0.511 without fma)
// if |x| < ln2/256+eps
+// abs error if |x| < ln2/256+0x1p-15: 1.09*2^-65
// abs error if |x| < ln2/128: 1.7145*2^-56
0x1.ffffffffffdbdp-2,
0x1.555555555543cp-3,