summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-09-06 11:17:11 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-09-06 11:17:11 +0000
commit9344d1a5623a13cf7b9e6c1a2a59ba20ec170ca1 (patch)
treef8fb24e7870469f3abec4b4238b229eb78d6458f /NEWS
parent7602719745c4c4a638f8bdda03ce405a37750b1a (diff)
downloadmpfr-9344d1a5623a13cf7b9e6c1a2a59ba20ec170ca1.tar.gz
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. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13617 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2dede3d2..96433da04 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,8 @@ Changes from versions 4.0.* to version 4.1.0:
- New function mpfr_get_str_ndigits.
- New function mpfr_dot for the dot product (incomplete, experimental).
- New functions mpfr_get_decimal128 and mpfr_set_decimal128.
+- 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).
- 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.