S
Sam Kong
Hi,
I found a weird problem.
In ruby 1.8.5, I get the following result in irb.
BigDecimal.new("86.02").to_f #=> 86.2
I don't know if this is a ruby bug or machine bug.
In ruby 1.8.6 on a different machine, it's ok.
Is this a known issue?
Sam
I found a weird problem.
In ruby 1.8.5, I get the following result in irb.
BigDecimal.new("86.02").to_f #=> 86.2
I don't know if this is a ruby bug or machine bug.
In ruby 1.8.6 on a different machine, it's ok.
Is this a known issue?
Sam