Re: Problem with sum : 0.099999 instead of 0.01
Posted By:
Firat_Tiryaki
Posted On:
Sunday, August 18, 2002 11:47 PM
try to avoid using parseInt, parseFloat, etc...
Re: Problem with sum : 0.099999 instead of 0.01
Posted By:
Simon_Ablett
Posted On:
Friday, August 16, 2002 02:54 AM
Floating point representations have problems representing certain numbers. So, periodically you will come across errors such as this when performing floating point calculations.
Regards.