From 9bb27fa318928464f5ab66649a75bbd034307baa Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 7 Jul 2016 07:37:55 +0000 Subject: numeric.c: round nearly middle value * numeric.c (flo_round): [EXPERIMENTAL] adjust the case that the receiver is close to the exact but unrepresentable middle value of two values in the given precision. http://d.hatena.ne.jp/hnw/20160702 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5dbd688284..59bff9542a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jul 7 16:37:53 2016 Nobuyoshi Nakada + + * numeric.c (flo_round): [EXPERIMENTAL] adjust the case that the + receiver is close to the exact but unrepresentable middle value + of two values in the given precision. + http://d.hatena.ne.jp/hnw/20160702 + Thu Jul 7 16:31:07 2016 Nobuyoshi Nakada * io.c (rb_io_s_foreach, rb_io_s_readlines): convert arguments -- cgit v1.2.3