Project

General

Profile

Bug #9858

Updated by nobu (Nobuyoshi Nakada) almost 12 years ago

While in IRB session or executing as a script, when performing the sum  
 `21.1 21.1 + 7.6` 7.6 
 the output is 
 `28.700000000000003` 28.700000000000003 
 not 
 `28.7` 28.7

Back