summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2013-08-27 08:00:29 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2013-08-27 08:00:29 +0000
commit376d685246ff7630da04c1da33f503f7c1bfb4e7 (patch)
tree76f7c074bea11d6d467f50bde17c9efa7419f5a9
parent9061664e287933909a0242b1b2ae79fa864b8fb5 (diff)
downloadmpc-376d685246ff7630da04c1da33f503f7c1bfb4e7.tar.gz
added pointer
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1305 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index bbc55ed..400ce0e 100644
--- a/TODO
+++ b/TODO
@@ -17,7 +17,10 @@ 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. For example with Sage 5.11:
+the Taylor series directly. See also the discussion
+http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-August/001196.html.
+
+For example with Sage 5.11:
sage: %timeit atan(MPComplexField()(1,1))
10000 loops, best of 3: 42.2 us per loop
sage: %timeit atan(MPComplexField()(1,1e-1000))