summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-07 20:02:45 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-01-07 20:02:45 +0000
commita0a24dd6f60dbcaf09942807f86259d9f1ca16f9 (patch)
tree0a4a590505d4dc948f699e846fd26a19ba7cb9a5 /TODO
parente7819e979c2d86ecbcd411ccd2b66834257c7abb (diff)
downloadmpc-a0a24dd6f60dbcaf09942807f86259d9f1ca16f9.tar.gz
tan: use sin_cos, gains about a third of the running time in ttan
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@862 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 84620bc..a6abca2 100644
--- a/TODO
+++ b/TODO
@@ -3,13 +3,7 @@ Bench:
Scripts and web page comparing timings with different systems,
as done for mpfr at http://www.mpfr.org/mpfr-2.4.0/timings.html
-Efficiency:
-- from Andreas Enge 16 September 2008:
- Once mpc_sin_cos exists, improve mpc_tan to use it
-
New functions to implement:
-- from Andreas Enge 16 September 2008:
- mpc_sin_cos (needs mpfr_sinh_cosh)
- from Mickael Gastineau <gastineau@imcce.fr> 14 Apr 2008:
mpc_fma: d=a*b+c
- from Andreas Enge and Philippe Théveny 17 July 2008