From: Paul Eggert Date: Wed, 8 Mar 2017 06:05:53 +0000 (-0800) Subject: * etc/NEWS: Adjust to match previous patch. X-Git-Tag: emacs-26.0.90~614 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2735d1bbde7ac7a944d9791fc92e5a146614345;p=emacs.git * etc/NEWS: Adjust to match previous patch. --- 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