<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Mar 12, 2014 at 8:49 AM,  <span dir="ltr"><<a href="mailto:random832@fastmail.us" target="_blank">random832@fastmail.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">On Wed, Mar 12, 2014, at 11:37, Guido van Rossum wrote:<br>
> This representation makes more sense, it is fixed point. But you can just<br>
> use a single integer and keep track of where the point should be.<br>
<br>
</div>If you're keeping track of it other than implicitly, isn't that floating<br>
point? Just of a NNNNNNN*10^-X variety instead of 1.NNNNNN*2^X.<br></blockquote></div><br></div><div class="gmail_extra">No, his rules for how many digits to keep (everything to the left, only 28 to the right) make it fixed-point. Keeping track of the number explicitly just makes it simpler to create variants where instead of 28 you use another number of digits.<br>

<br>But the use cases for this kind of representation are pretty limited.<br clear="all"></div><div class="gmail_extra"><br>-- <br>--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)
</div></div>