hello!
i think i have a bug when i use parseFoat function:
i have the following operation :
parseFloat("10. 664062") + parseFloat("10. 664062")
+parseFloat("10 .664062");
the result of following statement must be 31.992186. Does somebody
explain to me why the result returned is 31.992185999999 997.
strange no?
thanks a lot for your help.
i think i have a bug when i use parseFoat function:
i have the following operation :
parseFloat("10. 664062") + parseFloat("10. 664062")
+parseFloat("10 .664062");
the result of following statement must be 31.992186. Does somebody
explain to me why the result returned is 31.992185999999 997.
strange no?
thanks a lot for your help.
Comment