summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-11 15:15:52 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-11 15:15:52 +0000
commit798552b1d672f5c3c8508e946ce18c7c54922fb6 (patch)
tree1ef7c093734760305f522bd35b9b233ffa5d3a99 /NEWS
parentfb68f74a497855cd15d3e2085275d8b6b4de95cd (diff)
downloadmpfr-798552b1d672f5c3c8508e946ce18c7c54922fb6.tar.gz
[NEWS] New function mpfr_total_order. Detailed mpfr_get_str_ndigits.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13987 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9c54da413..50223a918 100644
--- a/NEWS
+++ b/NEWS
@@ -31,11 +31,12 @@ Changes from versions 4.0.* to version 4.1.0:
- Option -pedantic is now always removed from __GMP_CFLAGS (see INSTALL).
- Changed __float128 to the type _Float128 specified in ISO/IEC TS 18661.
__float128 is used as a fallback if _Float128 is not supported.
-- New function mpfr_get_str_ndigits.
+- New function mpfr_get_str_ndigits about conversion to a string of digits.
- New function mpfr_dot for the dot product (incomplete, experimental).
- New functions mpfr_get_decimal128 and mpfr_set_decimal128 (available only
when MPFR has been built with decimal float support).
- New function mpfr_cmpabs_ui.
+- New function mpfr_total_order for the IEEE 754 totalOrder predicate.
- 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 (these cases gave an
assertion failure, as with other invalid bases).