summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 15:23:55 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 15:23:55 +0000
commit944f9eaff82e2f56d5f9e43b766aa09eb4ed4630 (patch)
tree166c859dc31e1df5986f8909ee3e9122456688a6 /TODO
parentad1bdf435587ff2e8b5e85b50984970bea8134ad (diff)
downloadmpfr-944f9eaff82e2f56d5f9e43b766aa09eb4ed4630.tar.gz
added a new function mpfr_log10p1 to compute log10(1+x)
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14350 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 0f99b3c13..30ee3872e 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
(page 392):
- exp10m1, exp2m1, log10p1
+ exp10m1, exp2m1
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,