summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 99a21d09b..32fd3c619 100644
--- a/TODO
+++ b/TODO
@@ -77,6 +77,9 @@ Changes in existing functions:
New functions to implement:
##############################################################################
+- functions operating on mpfr_t and double: mpfr_add_d, mpfr_sub_d,
+ mpfr_d_sub, mpfr_mul_d, mpfr_div_d, mpfr_d_div
+ [suggested by Keith Briggs, 3 Jan 2006]
- modf (to extract integer and fractional parts), suggested by
Dmitry Antipov <dmitry.antipov@mail.ru> Thu, 13 Jun 2002
- mpfr_fmod (mpfr_t, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)