summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-09 12:46:17 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-09 12:46:17 +0000
commit9dccee20b5b26810183fafb6e8d94aa7bb4278c8 (patch)
tree92ab39f79ac1aa22b6b4f1654322ea46485f4702 /TODO
parent0c720b09037f6adb52296a1c4c1ee9ed9328d070 (diff)
downloadmpfr-9dccee20b5b26810183fafb6e8d94aa7bb4278c8.tar.gz
added mpfr_powr
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14414 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index d4b167b4b..d2a70a00b 100644
--- a/TODO
+++ b/TODO
@@ -114,9 +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):
- 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.
rootn (there is mpfr_rootn_ui but not mpfr_rootn_si yet)
rsqrt (differs from mpfr_rec_sqrt in -0: mpfr_rec_sqrt gives +Inf whereas
rsqrt gives -Inf)