summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-03-10 16:06:36 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-03-10 16:06:36 +0000
commitdf3744c7d0aff149830deeba58b58598ef6c0292 (patch)
tree11d8659681cf85cf1b768e49c75081e821ac4cc5 /TODO
parent3d3ccb7873413ec37110bfc5cbb39874bfcca906 (diff)
downloadmpc-df3744c7d0aff149830deeba58b58598ef6c0292.tar.gz
[TODO] added two efficiency items
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@737 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 84620bc..995b52b 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,9 @@ Bench:
Efficiency:
- from Andreas Enge 16 September 2008:
Once mpc_sin_cos exists, improve mpc_tan to use it
+- 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: