From: Yui NARUSE Date: 2011-09-06T10:51:51+09:00 Subject: [ruby-core:39295] [Ruby 1.9 - Bug #5272] Float#round doesn't round big values Issue #5272 has been updated by Yui NARUSE. ruby -v changed from ruby 1.9.4dev (2011-08-05 trunk 32856) [x86_64-darwin11.0.0] to ruby 1.9.4dev (2011-09-06 trunk 33199) [x86_64-darwin11.1.0] ---------------------------------------- Bug #5272: Float#round doesn't round big values http://redmine.ruby-lang.org/issues/5272 Author: Marc-Andre Lafortune Status: Assigned Priority: Normal Assignee: Marc-Andre Lafortune Category: Target version: 1.9.3 ruby -v: ruby 1.9.4dev (2011-09-06 trunk 33199) [x86_64-darwin11.1.0] For large enough values (outside of Fixnum range), Float#round does not round at all but simply truncates: 2.999999999999999e20.round(-20) # => 200000000000000000000 Fixed in trunk, but would be nice to backport for Ruby 1.9.3. -- http://redmine.ruby-lang.org