···88Why don't my numbers add up?
99============================
10101111-So you've written some innocent code, say for example:
1111+So you've written some absurdly simple code, say for example:
12121313-<pre>
1414- <a href="javascript:alert('0.1 + 0.2 is ' + (0.1 + 0.2))">0.1 + 0.2</a>
1515-</pre>
1313+ 0.1 + 0.2
16141715and got a really unexpected result:
18161919-<pre>
2020- 0.30000000000000004
2121-</pre>
1717+ 0.30000000000000004
22182319Maybe you asked for help on some forum and got pointed to a [long article with lots of formulas](http://docs.sun.com/source/806-3568/ncg_goldberg.html) that didn't seem to help with your problem.
2420