summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-10-29 08:46:26 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-10-29 08:46:26 +0000
commitb74388a838af17ae2ee07dc4e7798b6035b5888f (patch)
tree4fb37dbe0ff91ad29426f56af1822d632cf636d3 /NEWS
parent11b2b18a636cefd0552c3e306891ddc28638575a (diff)
downloadmpfr-b74388a838af17ae2ee07dc4e7798b6035b5888f.tar.gz
mpfr_get_str now sets the NaN flag on NaN input. See:
https://sympa.inria.fr/sympa/arc/mpfr/2014-10/msg00013.html and https://gforge.inria.fr/tracker/index.php?func=detail&aid=18228&group_id=136&atid=619 Also completed the mpfr_get_str description in mpfr.texi concerning the special numbers and the exception flags. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9221 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8a13185fd..d2b0d5f41 100644
--- a/NEWS
+++ b/NEWS
@@ -49,8 +49,9 @@ Changes from versions 3.1.* to version 3.2.0:
- Speedup in the mpfr_const_euler function (contributed by Fredrik Johansson),
in the computation of Bernoulli numbers (used in mpfr_gamma, mpfr_li2,
mpfr_digamma, mpfr_lngamma and mpfr_lgamma), and in mpfr_div.
-- Bug fixes. In particular, a speed improvement when the --enable-assert
- or --enable-assert=full configure option is used with GCC.
+- Bug fixes. In particular: a speed improvement when the --enable-assert
+ or --enable-assert=full configure option is used with GCC; mpfr_get_str
+ now sets the NaN flag on NaN input.
Changes from versions 3.0.* to version 3.1.0:
- The "canard à l'orange" release.