From: Marc-Andre Lafortune Date: 2011-09-05T05:17:15+09:00 Subject: [ruby-core:39265] [Ruby 1.9 - Backport #5272][Open] Float#round doesn't round big values Issue #5272 has been updated by Marc-Andre Lafortune. Status changed from Closed to Open Opening the backport request. Note: dependent on r33185 and r33183 ---------------------------------------- Backport #5272: Float#round doesn't round big values http://redmine.ruby-lang.org/issues/5272 Author: Marc-Andre Lafortune Status: Open Priority: Normal Assignee: Category: Target version: 1.9.3 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