summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-06 00:45:48 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-06 00:45:48 +0000
commit49049abee2e5e783f5c57ff877a15dc972c51cb4 (patch)
tree30d483e28ed1a42900c03739eb53531ccdc6575c
parent343aba19f66cd0e2f2e98a11b8e3b8d32933c082 (diff)
downloadmpfr-49049abee2e5e783f5c57ff877a15dc972c51cb4.tar.gz
[TODO] Added item: new functions of IEEE 754-2008 / C binding draft.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8732 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index b268d550b..c7f48432f 100644
--- a/TODO
+++ b/TODO
@@ -138,6 +138,9 @@ Table of contents:
E1(-0) = -Inf
DawsonIntegral
GammaD(x) = Gamma(x+1/2)
+- new functions of IEEE 754-2008, and more generally functions of the
+ C binding draft TS 18661-4:
+ http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1785.pdf
- functions defined in the LIA-2 standard
+ minimum and maximum (5.2.2): max, min, max_seq, min_seq, mmax_seq
and mmin_seq (mpfr_min and mpfr_max correspond to mmin and mmax);