<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 29, 2013 at 3:02 AM, Steven D'Aprano <span dir="ltr"><<a href="mailto:steve@pearwood.info" target="_blank">steve@pearwood.info</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 28/08/13 20:48, Draic Kin wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
For the same reason, I could think that isinstance(Decimal, Rational) -><br>
True<br>
</blockquote>
<br></div>
If Decimal were a subclass of Rational, so should float. The only fundamental difference between the two is that one uses base 10 floating point numbers and the other uses base 2.</blockquote><div><br></div><div>Exactly, yes!  The "Decimal is a fixed-point type" and "Decimal is exact" myths seem to be unfortunately common.</div>
<div><br></div><div>Mark</div><div><br></div></div></div></div>