summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-14 12:21:54 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-14 12:21:54 +0000
commitba811fae19b68a72895e4e0cbba62443053cf75c (patch)
treea0b2a3dde7a79ad4ab882cb86f1c7b26857a0d27 /TODO
parent9503190ad37497527cd51ffc33cb86d25574e57c (diff)
downloadmpc-ba811fae19b68a72895e4e0cbba62443053cf75c.tar.gz
more work to do
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@109 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 648625e..e9244ea 100644
--- a/TODO
+++ b/TODO
@@ -12,6 +12,8 @@ New functions to implement:
rop = op1 - op2
int mpc_set_fr (mpc_t rop, mpfr_t op1, mpc_rnd_t)
rop = op1
+- from Mickael Gastineau <gastineau@imcce.fr> 14 Apr 2008:
+ mpc_fma: d=a*b+c
- from Rob <sisyphus1@optusnet.com.au> 6 Oct 2007:
const char * mpc_get_version (void)
- from Andreas Enge 9 April 2008:
@@ -29,7 +31,7 @@ New functions to implement:
- from Andreas Enge and Philippe Théveny 9 April 2008
work plan for completing functionality
1) tan
- 2) inverse trigonometric functions, require log
+ 2) inverse trigonometric functions
hyperbolic functions and cproj at any moment (relatively easy)
- from Andreas Enge and Philippe Théveny 9 April 2008
correct handling of Nan and infinities:
@@ -37,3 +39,4 @@ New functions to implement:
(we need special code)
beware of strange specifications in C99, that we want to follow,
but that are not automatic from the behaviour of mpfr
+