summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 08:18:59 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 08:18:59 +0000
commit6422bd39816ee2ae6317a27874f83fc6421beae0 (patch)
tree99c153cbc1717ddcbc6438bbf19316cd36387cca /TODO
parent53177c638129e9cc6fbf5ae507f5da81198a5eed (diff)
downloadmpfr-6422bd39816ee2ae6317a27874f83fc6421beae0.tar.gz
added log2p1 and compound (mpfr_compound is not finished yet)
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14331 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 6328f586c..6693b2685 100644
--- a/TODO
+++ b/TODO
@@ -116,7 +116,7 @@ Table of contents:
(page 392):
atan2pi
compoundn = (1+x)^n
- exp10m1, exp2m1, log10p1, log2p1
+ 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
and y is an integer, powr returns NaN, also when x=1 and y=+/Inf,