summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-09 07:12:33 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-09 07:12:33 +0000
commitb25b21b46a2eaac4408a873271d6a88c9628f08e (patch)
treebf898aebc94869f557aa4275562e0503865ca29b /TODO
parent673cff83d5e556678e85000336e0fbf42616cb35 (diff)
downloadmpfr-b25b21b46a2eaac4408a873271d6a88c9628f08e.tar.gz
added mpfr_pown (alias for mpfr_pow_si)
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14409 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 0eb989da9..d4b167b4b 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):
- 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,
or x=+/-Inf and y=0.