summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-08-27 09:49:26 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2012-08-27 09:49:26 +0000
commit0c64e51f9d4fef0cf895795fe9c04066dfc807e5 (patch)
treeafc43f947778290287ca400cf12b31d2ac1bd45e
parent9508861479980398de132ea861d96eab79a05e47 (diff)
downloadmpc-0c64e51f9d4fef0cf895795fe9c04066dfc807e5.tar.gz
TODO: added entry
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1252 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index cb05aa4..f6e5622 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,8 @@
+From Andreas Enge 27 August 2012:
+Implement im(atan(x+i*y)) as
+1/4 * [log1p (4y / (x^2 +(1-y)^2))]
+(see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-August/001196.html)
+
From Andreas Enge 23 July 2012:
go through tests and move them to the data files if possible
(see, for instance, tcos.c)