summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-05 16:47:26 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-05 16:47:26 +0000
commit4f2a30795c961d88cddaa848691e46eedfa5e458 (patch)
tree257df99e5a29c0a44b9b3444911fda0b7e251ef6 /TODO
parent88db8636c893e759bda2c3df26e0b50618aed402 (diff)
downloadmpfr-4f2a30795c961d88cddaa848691e46eedfa5e458.tar.gz
added new function mpfr_exp10m1
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14388 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6c508d839..0eb989da9 100644
--- a/TODO
+++ b/TODO
@@ -114,7 +114,6 @@ 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
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,