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?
|
feedback
|
|
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. | |||
|
feedback
|