From e2735d1bbde7ac7a944d9791fc92e5a146614345 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 7 Mar 2017 22:05:53 -0800 Subject: [PATCH] * etc/NEWS: Adjust to match previous patch. --- etc/NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index ce20dfb15d7..32137a79da6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -804,11 +804,11 @@ Standard #18. If you only want to match space and tab, use [ \t] instead. +++ -** 'min' and 'max' now always return one of their arguments. -Formerly, they returned a floating-point value if any argument was -floating-point, which was sometimes numerically incorrect. For -example, (min most-positive-fixnum (+ 1.0 most-positive-fixnum)) now -always returns its first argument instead of its second. +** 'min' and 'max' no longer round their results. Formerly, they +returned a floating-point value if any argument was floating-point, +which was sometimes numerically incorrect. For example, on a 64-bit +host (max 1e16 10000000000000001) now returns its second argument +instead of its first. * Lisp Changes in Emacs 26.1 -- 2.39.5