<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 5, 2015 at 4:40 PM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> If we really believe that almost all people will be working with numbers of<br>
> around a magnitude of 1, then we could set a default -- by why in the world<br>
> are you using floating point numbers with a range of about 1e-300 to 1e300<br>
> in that case?<br>
<br>
</span>Because 'float' is the one obvious way to handle non-integral numbers<br>
in Python. If you simply put "x = 1.1" in your code, you get a float,<br></blockquote><div><br></div><div>Fair enough -- more to the point -- we HAVE floats because we want folks to be able to use a wide range of values -- once we have that, we can't count on users generally only using a small part of that range.</div><div><br></div><div>-Chris</div><div><br></div></div><div><br></div>-- <br><div class="gmail_signature"><br>Christopher Barker, Ph.D.<br>Oceanographer<br><br>Emergency Response Division<br>NOAA/NOS/OR&R            (206) 526-6959   voice<br>7600 Sand Point Way NE   (206) 526-6329   fax<br>Seattle, WA  98115       (206) 526-6317   main reception<br><br><a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a></div>
</div></div>