summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-04 15:22:34 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-04 15:22:34 +0000
commite057a72aad2d1d8037abc615a4667afeaedfe27a (patch)
treec2c74ea7ccc2808660a997fa9955fa6601a2e697 /TODO
parent078acf91467648474a80fb888f1d2bc6d8507c05 (diff)
downloadmpfr-e057a72aad2d1d8037abc615a4667afeaedfe27a.tar.gz
[TODO] added section number
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14361 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 30ee3872e..9a3abfe71 100644
--- a/TODO
+++ b/TODO
@@ -113,7 +113,7 @@ Table of contents:
##############################################################################
- cr_xxx functions from http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2596.pdf
- (page 392):
+ (section 7.31.8, page 392):
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