summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 11:19:49 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-03 11:19:49 +0000
commitcd4a40e1f97dcde327dccb792a531cfe23c09415 (patch)
treed8a79c08fae03bf82843bf3d5c04cf8846c7415f /TODO
parent9d58c3e54e5e7ef93bb627189de1b95e2f82edb2 (diff)
downloadmpfr-cd4a40e1f97dcde327dccb792a531cfe23c09415.tar.gz
[doc/mpfr.texi] document atan2u and atan2pi
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14348 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 ff5bb6fc0..0f99b3c13 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
(page 392):
- atan2pi
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