summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-03-10 16:08:51 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-03-10 16:08:51 +0000
commitc4fa998f80e998a8e76dd8191bf4397aae91de0e (patch)
treeda1a776ec61d4734043ed57a20ca80c2cec76b93 /TODO
parentdf3744c7d0aff149830deeba58b58598ef6c0292 (diff)
downloadmpc-c4fa998f80e998a8e76dd8191bf4397aae91de0e.tar.gz
resolved conflict in TODO
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@738 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 995b52b..c7a6cdd 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +6,9 @@ Bench:
Efficiency:
- from Andreas Enge 16 September 2008:
Once mpc_sin_cos exists, improve mpc_tan to use it
+- from Andreas Enge 10 March 2010:
+ binary algorithm for mpc_pow_ui
- in mpc_pow, try to avoid the initial mpc_log computation to detect overflow
-- implement binary exponentiation in mpc_pow_ui
- (cf http://trac.sagemath.org/sage_trac/ticket/4446)
New functions to implement:
- from Andreas Enge 16 September 2008: