summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-01 08:15:18 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-01 08:15:18 +0000
commit4587f0234612ebb1f5f0af753ae5bd44481b8d63 (patch)
treed8d15e27039acd69d0ec5ec21c1db4b24383d908 /TODO
parentf256728c5880c108bb64e81aefed02ea9b2ed7e0 (diff)
downloadmpfr-4587f0234612ebb1f5f0af753ae5bd44481b8d63.tar.gz
added asinu and asinpi
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14295 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 66195422c..5dff113b0 100644
--- a/TODO
+++ b/TODO
@@ -114,7 +114,7 @@ Table of contents:
- cr_xxx functions from http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2596.pdf
(page 392):
- acospi, asinpi, atan2pi, atanpi
+ atan2pi, atanpi
compoundn = (1+x)^n
exp10m1, exp2m1, log10p1, log2p1
pown (but there is mpfr_pow_si with n long instead of intmax_t)