<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>hi,</p>
<p>because of the problems i had with calculations using floating point math,</p>
<p>and following Roman's advice, i changed to integer math.</p>
<p><br /></p>
<p>however that's easier said then done.</p>
<p>i'm running again into an unexpected limitation:</p>
<p>32-bits can represent signed integers upto 2.147...billion.</p>
<p>however, as soon as a number is greater then binary 27 bits the last byte stays 0.( after 134217727 )</p>
<p>e.g. 134200000 + 25000 = 134224992 (should be 134225000).</p>
<p><br /></p>
<p>what am i missing?</p>
<p><br /></p>
<p>rolf</p>
<p><br /></p>
<p><br /></p>
<p><br /></p>
<p><br /></p>

</body></html>