summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-04-06 13:59:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-04-06 13:59:38 +0000
commit828a7cc097da39d6c64f2f1e4c4263a5fbb6b292 (patch)
treeb9c40e6dc878836d22e5f88e7768f31d44045419 /NEWS
parent37903b9e3511103b8c39d9223fc52ad43c281bb4 (diff)
downloadmpfr-828a7cc097da39d6c64f2f1e4c4263a5fbb6b292.tar.gz
[NEWS,doc/mpfr.texi] Documented the improvement in the formatted output
functions (mpfr_printf, etc.) with an empty precision field, about trailing zeros. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13873 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f28f9eb06..7c467a718 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,9 @@ Changes from versions 4.0.* to version 4.1.0:
- The mpfr_out_str function now accepts bases from -2 to -36, in order to
follow mpfr_get_str and GMP's mpf_out_str functions.
- Shared caches: cleanup; really detect lock failures (abort in this case).
+- The behavior of the formatted output functions (mpfr_printf, etc.) with
+ an empty precision field has improved: trailing zeros are kept in a way
+ similar to the formatted output functions from C.
- Improved mpfr_add and mpfr_sub when all operands have a precision equal to
twice the number of bits per word, e.g., 128 bits on a 64-bit computer.
- Optimized the tuning parameters for various architectures.