Actions
Bug #9858
closedRuby math error
Bug #9858:
Ruby math error
Description
While in IRB session or executing as a script, when performing the sum
21.1 + 7.6
the output is
28.700000000000003
not
28.7
Files
Actions
Added by Antiokus314 (Navneet Garg) almost 12 years ago. Updated almost 12 years ago.
Description
While in IRB session or executing as a script, when performing the sum
21.1 + 7.6
the output is
28.700000000000003
not
28.7
Files
| ruby_math.rb (40 Bytes) ruby_math.rb | Math error | Antiokus314 (Navneet Garg), 05/22/2014 09:00 PM |
google "floating point error faq".