The Google Calculator returns incorrect results for the range:<p><pre><code> 16384.69 - 16384.58 (0.10999999999)
16385.69 - 16385.58 (0.10999999999)
...
32766.69 - 32766.58 (0.10999999999)
32767.69 - 32767.58 (0.10999999999)
</code></pre>
Results are correct on either side of this range:<p><pre><code> 16383.69 - 16383.58 (0.11)
32768.69 - 32768.58 (0.11)</code></pre>