summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-11-03 13:20:49 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-11-03 13:20:49 +0000
commit3d37ac75fddde058d19e922d70f56e4605c11573 (patch)
treebdabf59ea85dcba48dce3b3ccb5385ac1a7a5dd1 /TODO
parente717ac7134a532a55bf36ecfb4b123ab51f40a8e (diff)
downloadmpc-3d37ac75fddde058d19e922d70f56e4605c11573.tar.gz
smallish technical changes for version 0.8
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@714 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 9 insertions, 16 deletions
diff --git a/TODO b/TODO
index 16c6508..790a253 100644
--- a/TODO
+++ b/TODO
@@ -8,22 +8,15 @@ Efficiency:
Once mpc_sin_cos exists, improve mpc_tan to use it
New functions to implement:
-
- a) needed for C99 support:
-
- - none
-
- b) other functions
-
- - 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
- - What about the mpc_foo_pow functions?
- - from Andreas Enge and Philippe Théveny 17 July 2008
- agm (and complex logarithm with agm ?)
- - from Andreas Enge 25 June 2009:
- correctly rounded roots of unity zeta_n^i
+- 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
+- What about the mpc_foo_pow functions?
+- from Andreas Enge and Philippe Théveny 17 July 2008
+ agm (and complex logarithm with agm ?)
+- from Andreas Enge 25 June 2009:
+ correctly rounded roots of unity zeta_n^i
New tests to add:
- from Andreas Enge and Philippe Théveny 9 April 2008