emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e2735d1: * etc/NEWS: Adjust to match previous patch


From: Paul Eggert
Subject: [Emacs-diffs] master e2735d1: * etc/NEWS: Adjust to match previous patch.
Date: Wed, 8 Mar 2017 01:08:45 -0500 (EST)

branch: master
commit e2735d1bbde7ac7a944d9791fc92e5a146614345
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * 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 ce20dfb..32137a7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]