I use IE 6.0 and does some calculations in a javascript.
If I run this code:
alert(1.4 - 0.5);
i get the result 0.8999999999 and not 0.9
Does anybody know why? Is this a bug in IE or what? Any fast and easy
ways to work around this problem?
B.R
The Duke
If I run this code:
alert(1.4 - 0.5);
i get the result 0.8999999999 and not 0.9
Does anybody know why? Is this a bug in IE or what? Any fast and easy
ways to work around this problem?
B.R
The Duke
Comment