summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-10 14:49:05 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2008-04-10 14:49:05 +0000
commitdf5b973afaefd0aa5c4ca7cd650efd685c3a2a05 (patch)
treecfcbc5a11b42dee90c173289c5613d3392e7efff /TODO
parente682710343a4c6eb4e47c0b99f2631be39d247e7 (diff)
downloadmpc-df5b973afaefd0aa5c4ca7cd650efd685c3a2a05.tar.gz
first try for log, probably still buggy
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@96 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index e44d6d5..2a6a411 100644
--- a/TODO
+++ b/TODO
@@ -12,8 +12,6 @@ New functions to implement:
rop = op1 - op2
int mpc_set_fr (mpc_t rop, mpfr_t op1, mpc_rnd_t)
rop = op1
- int mpc_pow_fr (mpc_t rop, mpc_t op1, mpfr_t op2, mpc_rnd_t rnd)
- rop = op1 ^ op2
- from Rob <sisyphus1@optusnet.com.au> 6 Oct 2007:
const char * mpc_get_version (void)
- from Andreas Enge 9 April 2008:
@@ -30,8 +28,7 @@ New functions to implement:
base 16 together with the precision of the variable)
- from Andreas Enge and Philippe Théveny 9 April 2008
work plan for completing functionality
- 1) tan; requires to start a document with the generic errors,
- notably for division: tan=sin/cos
+ 1) tan
2) log and agm
3) inverse trigonometric functions, require log
hyperbolic functions and cproj at any moment (relatively easy)