<div dir="ltr"><br><div><br></div><div class="gmail_extra"><div class="gmail_quote">On Sat, Oct 17, 2015 at 7:17 PM, Frothy Bits <span dir="ltr"><<a href="mailto:neuralpancake@gmail.com" target="_blank">neuralpancake@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Greetings,<div><br></div><div>Absolutely brand new to Haskell.  Taking ghci v7.10.2 out for a spin, and I find I get inconsistent return values for succ n:</div><div><br></div><div>ghci> succ 3.14</div><div>4.1400000000000001  </div><div><br></div><div>for example instead of the expected 4.14</div></div></blockquote><div><br></div><div><div>This is pretty standard for today's floating point hardware in CPU's.  It's not a Haskell thing.  It comes up in C and Python too - that is, in pretty much anything that uses hardware floating point.</div><div><br></div><div>If you need precision, try an integral type or a rational.</div></div><div><br></div></div>-- <br><div class="gmail_signature">Dan Stromberg</div>
</div></div>