summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-01 23:01:10 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-01 23:01:10 +0000
commitfaf538e907de94e98cb739ae26ad51a5a4b44a4c (patch)
tree8eea56a6bfe60e5691cd6c4d1ddffa6e05b5cabb /TODO
parent243be935498993ff1839ae17a29151039077b438 (diff)
downloadmpfr-faf538e907de94e98cb739ae26ad51a5a4b44a4c.tar.gz
Added mpfr_fms based on mpfr_fma.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4602 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 3c045002c..90031bf9f 100644
--- a/TODO
+++ b/TODO
@@ -106,10 +106,6 @@ New functions to implement:
mpfr_clear (q);
return inexact;
}
-- mpfr_fms for a*b-c
- [suggested by Tomas Zahradnicky <tomas@24uSoftware.com>, 29 Nov 2003]
- Note: this is neither in IEEE754R, nor in LIA-2, but both the PowerPC
- and the Itanium define FMS as a*b-c.
- 1/sqrt(x) [Regis Dupont <dupont@lix.polytechnique.fr>, 15 Sep 2004]
- dilog() [the dilogarithm: dilog(x) = int(ln(t)/(1-t), t=1..x)]
- mpfr_printf [Sisyphus <kalinabears@iinet.net.au> Tue, 04 Jan 2005]