Unexpected results in Firebug console. Why in this operation: 1.7E16+2 the last number is 2 and in 1.7E16+3 operation the last number is 4 :D This is a JavaScript Bug?

Firebug unexpected results

link|improve this question
feedback

1 Answer

This is not unexpected. This is standard floating point behavior.

You really should read 'What Every Computer Scientist Should Know About Floating-Point Arithmetic'.

If that material is too complicated, and it most definitely is, http://floating-point-gui.de is a very concise alternative.

link|improve this answer
Thank you Yuval A – alex Dec 2 '10 at 23:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.