summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5f2b5a0..e2b87b2 100644
--- a/TODO
+++ b/TODO
@@ -33,7 +33,7 @@ sage: %timeit asin(MPComplexField()(1,1))
10000 loops, best of 3: 83.7 us per loop
sage: %timeit asin(MPComplexField()(1,1e-1000))
100 loops, best of 3: 17 ms per loop
-asin(1+i*y) ~ pi/2-y^(1/2) + i*y^(1/2) for y small > 0
+-> should be much faster with revision 1402 (check)
Same for acos:
sage: %timeit acos(MPComplexField()(1,1))