summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-12-01 10:20:37 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-12-01 10:20:37 +0000
commit2599eb53f9946b1879d0657098027d29bf191a28 (patch)
tree0f68c32b178e6d29f16429e1e440581ca683e52f /TODO
parent9d021fd7e889213e69f38d80b9a5ec5117f53c1c (diff)
downloadmpfr-2599eb53f9946b1879d0657098027d29bf191a28.tar.gz
added suggestion for 2 new functions
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2566 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 35691c7dc..94deeaea2 100644
--- a/TODO
+++ b/TODO
@@ -118,6 +118,14 @@ New functions to implement:
damien@maths.usyd.edu.au, 20 Jul 2003]
- a function to free the cache used by constants (and possibly other
functions).
+- mpfr_fmod (mpfr_t, mpfr_srcptr, mpfr_srcptr, mp_rnd_t)
+ [suggested by Tomas Zahradnicky <tomas@24uSoftware.com>, 29 Nov 2003]
+ Kevin: Might want to be called mpfr_mod, to match mpz_mod.
+ -> we probably want to allow both mpfr_fmod and mpfr_mod.
+- mpfr_fms for a-b*c
+ [suggested by Tomas Zahradnicky <tomas@24uSoftware.com>, 29 Nov 2003]
+ Kevin: Might want to be called mpfr_submul, and mpfr_fma -> mpfr_addmul.
+ -> we probably want to allow both names.
Efficiency: