summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2013-08-27 12:01:28 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2013-08-27 12:01:28 +0000
commita7b5caa633ec26dd34ff51f691abecd27aeaa4c4 (patch)
treeff8d360ce56f03b96d301dc5c8bc6f6ec64084dd
parent376d685246ff7630da04c1da33f503f7c1bfb4e7 (diff)
downloadmpc-a7b5caa633ec26dd34ff51f691abecd27aeaa4c4.tar.gz
added another link
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1306 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 400ce0e..4a7f47f 100644
--- a/TODO
+++ b/TODO
@@ -18,7 +18,9 @@ Add support for rounding mode MPFR_RNDA.
From Andreas Enge and Paul Zimmermann 6 July 2012:
Improve speed of Im (atan) for x+i*y with small y, for instance by using
the Taylor series directly. See also the discussion
-http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-August/001196.html.
+http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-August/001196.html
+and the timing program on
+http://lists.gforge.inria.fr/pipermail/mpc-discuss/2013-August/001254.html
For example with Sage 5.11:
sage: %timeit atan(MPComplexField()(1,1))