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.
\f
* Lisp Changes in Emacs 26.1