summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-01-25 21:06:27 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-01-25 21:06:27 +0000
commit31a26c05e0838abf3134200a5bac23aa523115ed (patch)
treef356a9fdfd091d91245e50a8cf9b6c54b69a67ef
parentb610e3da4c14fb10fedc487196996b7ab135bde7 (diff)
downloadmpc-31a26c05e0838abf3134200a5bac23aa523115ed.tar.gz
added notes about mpc_log
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@69 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 417683d..0233586 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
New functions to implement:
- complex logarithm: look at algorithm and error analysis in Regis Dupont's
PhD thesis <http://www.lix.polytechnique.fr/Labo/Regis.Dupont/index.html>
+ Cf mail from Michael <comtech.usa@gmail.com> on mpfr list, 25 Jan 2008.
+ log(a+I*b) = 1/2*log(a^2+b^2) + I*atan2(b,a).
- from Mickael Gastineau <gastineau@imcce.fr> 20 Feb 2007:
int mpc_fr_div (mpc_t rop, mpfr_t op1, mpc_t op2, mpc_rnd_t rnd)
rop = op1 / op2