summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-05 15:35:57 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-05 15:35:57 +0000
commitac8a2e8e4ab0295efd1950923d3dc20f18ce419a (patch)
tree36b489f1a6c86c167f19f0afcfb3d8b612e6ddd7 /TODO
parent18ce060a9693c3df8a8b92bd4a5b789422d2593f (diff)
downloadmpfr-ac8a2e8e4ab0295efd1950923d3dc20f18ce419a.tar.gz
added new function mpfr_exp2m1 for 2^x-1
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14384 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9a3abfe71..351adf0ac 100644
--- a/TODO
+++ b/TODO
@@ -114,7 +114,7 @@ Table of contents:
- cr_xxx functions from http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2596.pdf
(section 7.31.8, page 392):
- exp10m1, exp2m1
+ exp10m1
pown (but there is mpfr_pow_si with n long instead of intmax_t)
powr = exp(y*log(x)). The difference with pow = x^y is that when x < 0
and y is an integer, powr returns NaN, also when x=1 and y=+/Inf,