From: "manojtc (Manoj Chandrasekar)" Date: 2013-06-12T01:08:24+09:00 Subject: [ruby-core:55439] [ruby-trunk - Bug #8514][Open] Rounding off error Issue #8514 has been reported by manojtc (Manoj Chandrasekar). ---------------------------------------- Bug #8514: Rounding off error https://bugs.ruby-lang.org/issues/8514 Author: manojtc (Manoj Chandrasekar) Status: Open Priority: Normal Assignee: Category: core Target version: ruby -v: ruby 2.0.0p195 (2013-05-14) [i386-mingw32] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN The expression (10/3.0) returns "3.3333333333333335". It should actually be "3.3333333333333333". The expression (11/3.0) returns "3.6666666666666665". It should actually be "3.6666666666666667". (13/3) is evaluated correctly though. -- http://bugs.ruby-lang.org/