summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-03 14:17:38 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-03 14:17:38 +0000
commitd710055ccb6e35225348908908907d2f32215aa1 (patch)
tree9374ecc7455cf7d1fe8de85f8461f4c12f131b75 /TODO
parentbd2a508adb45df375a64e4b9004d63fcb62b8d41 (diff)
downloadmpc-d710055ccb6e35225348908908907d2f32215aa1.tar.gz
[TODO] split new functions to implement into a) those needed for C99 and
other functions git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@429 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO43
1 files changed, 25 insertions, 18 deletions
diff --git a/TODO b/TODO
index 1bcfd77..bcdd265 100644
--- a/TODO
+++ b/TODO
@@ -3,24 +3,31 @@ Efficiency:
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 9 April 2008:
- mpc_pow_ui
-- from Andreas Enge 9 April 2008:
- depending on a preprocessor variable (DEBUG or MPC_LOG), add
- logging: For each function call, output arguments and precision, and
- the successive precisions in the main loop; allows to test with
- real world data whether we hit corner cases
- possibly: mpc_write and mpc_read that serialises mpc objects (output in
- base 16 together with the precision of the variable)
-- from Andreas Enge and Philippe Théveny 9 April 2008
- work plan for completing functionality
- inverse trigonometric functions
-- from Andreas Enge and Philippe Théveny 17 July 2008
- agm (and complex logarithm with agm ?)
+
+ a) needed for C99 support:
+
+ - mpc_pow (needed for C99 support)
+ - from Andreas Enge and Philippe Théveny 9 April 2008
+ work plan for completing functionality
+ inverse trigonometric and hyperbolic functions (needed for C99 support)
+
+ 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
+ - from Andreas Enge 9 April 2008:
+ mpc_pow_ui
+ - from Andreas Enge 9 April 2008:
+ depending on a preprocessor variable (DEBUG or MPC_LOG), add
+ logging: For each function call, output arguments and precision, and
+ the successive precisions in the main loop; allows to test with
+ real world data whether we hit corner cases
+ possibly: mpc_write and mpc_read that serialises mpc objects (output in
+ base 16 together with the precision of the variable)
+ - from Andreas Enge and Philippe Théveny 17 July 2008
+ agm (and complex logarithm with agm ?)
New tests to add:
- from Andreas Enge and Philippe Théveny 9 April 2008