summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-03-30 15:56:38 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-03-30 15:56:38 +0000
commit2cbc3e832f7c05747a89b8dcdde412a96c2d9103 (patch)
treefbc55a9011063e1096c50a0f2992c3a6e77bf7a6 /TODO
parentc085d488d3a610448d75a3e13cd12f5773fdc6b6 (diff)
downloadmpc-2cbc3e832f7c05747a89b8dcdde412a96c2d9103.tar.gz
[TODO] removed mpc_pow_ui item (binary exponentiation done)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@746 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 92ebe56..93cf9ce 100644
--- a/TODO
+++ b/TODO
@@ -6,9 +6,6 @@ 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
- (cf http://trac.sagemath.org/sage_trac/ticket/4446)
- in mpc_pow, try to avoid the initial mpc_log computation to detect overflow
New functions to implement: