summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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