summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 11:04:57 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 11:04:57 +0000
commitbbe7386f6cd797358e3a83fd2f138fdbcdfdf56c (patch)
tree79a86b0e848ef1a75add3227b61bcdfa1f5cac51 /TODO
parent2676172e01ec9873d9203e1c7d1500f0147bb023 (diff)
downloadmpfr-bbe7386f6cd797358e3a83fd2f138fdbcdfdf56c.tar.gz
[doc/mpfr.texi] document mpfr_compound
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14343 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 6693b2685..ff5bb6fc0 100644
--- a/TODO
+++ b/TODO
@@ -115,7 +115,6 @@ Table of contents:
- cr_xxx functions from http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2596.pdf
(page 392):
atan2pi
- compoundn = (1+x)^n
exp10m1, exp2m1, log10p1
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