summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-11 21:22:20 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-11 21:22:20 +0000
commit3a1ba696667522aefc77f7f53fa3c0b298f96795 (patch)
tree2b669d750c3b35d8a8a159a7b887794c3b952a87 /NEWS
parent798552b1d672f5c3c8508e946ce18c7c54922fb6 (diff)
downloadmpfr-3a1ba696667522aefc77f7f53fa3c0b298f96795.tar.gz
Renamed mpfr_total_order to mpfr_total_order_p for consistency with the
other predicates (by convention, the function name should end with _p). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13989 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 50223a918..d230b575e 100644
--- a/NEWS
+++ b/NEWS
@@ -36,7 +36,7 @@ Changes from versions 4.0.* to version 4.1.0:
- 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.
+- New function mpfr_total_order_p 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).