summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2007-09-14 16:39:20 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2007-09-14 16:39:20 +0000
commit483ea3e63fbea78c01fb53fa7de53ca8e38981ca (patch)
treeb13bff48c0ae744c71c29cf6b7eb8709752f0b33 /TODO
parent261190c365b55a16daf3e6c3e5143bc2053bd183 (diff)
downloadmpc-483ea3e63fbea78c01fb53fa7de53ca8e38981ca.tar.gz
mpc_get_prec and mpc_get_prec2
update of version and date git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@59 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 674311f..e998f71 100644
--- a/TODO
+++ b/TODO
@@ -12,9 +12,3 @@ New functions to implement:
rop = op1
int mpc_pow_fr (mpc_t rop, mpc_t op1, mpfr_t op2, mpc_rnd_t rnd)
rop = op1 ^ op2
-- from Andreas Enge:
- mp_prec_t mpc_get_prec (mpc_t c)
- returns the precision of the real and imaginary part of c (if equal),
- and 0 otherwise
- void mpc_get_prec2 (mp_prec_t *px, mp_prec_t *py, mpc_t c)
- put in px and py the precisions of the real and imaginary part of c