summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-06-09 15:43:45 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-06-09 15:43:45 +0000
commitbe879d12d4fbb4bb5ad86309ec40620a04502b9b (patch)
treee49576465a0552bf392235cac4cb09b39582efb1 /TODO
parentc0e8f19061f91db1c190d5747264a1b6aac45335 (diff)
downloadmpc-be879d12d4fbb4bb5ad86309ec40620a04502b9b.tar.gz
removed logging macros, which were essentially unused
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@587 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 44559d9..1fe5b16 100644
--- a/TODO
+++ b/TODO
@@ -24,13 +24,6 @@ New functions to implement:
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 ?)