[前][次][番号順一覧][スレッド一覧]

ruby-changes:45013

From: mrkn <ko1@a...>
Date: Fri, 16 Dec 2016 01:08:39 +0900 (JST)
Subject: [ruby-changes:45013] mrkn:r57086 (trunk): NEWS: Fix the default rounding mode

mrkn	2016-12-16 01:08:33 +0900 (Fri, 16 Dec 2016)

  New Revision: 57086

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57086

  Log:
    NEWS: Fix the default rounding mode

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 57085)
+++ NEWS	(revision 57086)
@@ -74,7 +74,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L74
     digits, as well as Float#round.  [Feature #12245]
 
   * Float#round now takes an optional keyword argument, half option, and
-    the default behavior is round-to-nearest-even now.  [Bug #12548]
+    the default behavior is round-up.  [Bug #12548] [Bug #12958]
     half option can be one of :even, :up, and :down.  [Feature #12953]
 
 * Hash
@@ -92,7 +92,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L92
   * Integer#digits for extracting columns of place-value notation [Feature #12447]
 
   * Integer#round now takes an optional keyword argument, half option, and the
-    default behavior is round-to-nearest-even now.  [Bug #12548]
+    default behavior is round-up now.  [Bug #12548] [Bug #12958]
     half option can be one of :even, :up, and :down.  [Feature #12953]
 
 * IO
@@ -127,7 +127,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L127
 * Rational
 
   * Rational#round now takes an optional keyword argument, half option, and
-    the default behavior is round-to-nearest-even now.  [Bug #12548]
+    the default behavior is round-up now.  [Bug #12548] [Bug #12958]
     half option can be one of :even, :up, and :down.  [Feature #12953]
 
 * Regexp

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]