summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-01 17:40:28 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-01 17:40:28 +0000
commit2f054078fe081c14388ce1d22e01697f7947c8dd (patch)
treecd79c49482c03c16dc5c6321f9b1e18d92a623d7 /TODO
parentef04c3993b174532870b5415fb2817d6c0e504b1 (diff)
downloadmpfr-2f054078fe081c14388ce1d22e01697f7947c8dd.tar.gz
[TODO] asinpi, acospi and atanpi are done (and their *u variants)
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14310 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index 5dff113b0..6328f586c 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):
- atan2pi, atanpi
+ atan2pi
compoundn = (1+x)^n
exp10m1, exp2m1, log10p1, log2p1
pown (but there is mpfr_pow_si with n long instead of intmax_t)
@@ -182,8 +182,7 @@ Table of contents:
+ axis_rad (5.3.9.1) if useful in MPFR;
+ cycle (5.3.10.1): rad(2 pi x / u) u / (2 pi) = remr(x, u);
+ axis_cycle (5.3.10.1) if useful in MPFR;
- + cotu, secu, cscu, cossinu, arcsinu, arccosu,
- arctanu, arccotu, arcsecu, arccscu (5.3.10.{5..14}):
+ + cotu, secu, cscu, cossinu, arccotu, arcsecu, arccscu (5.3.10.{5..14}):
+ arcu (5.3.10.15): arctan2(y,x) u / (2 pi);
+ rad_to_cycle, cycle_to_rad, cycle_to_cycle (5.3.11.{1..3}).
- From GSL, missing special functions (if useful in MPFR):