<p dir="ltr">What exactly do you mean by "accuracy"?<br>
In very few applications would it "be better" to get an answer which is orders of magnitude from the correct result, which is what you'd likely get if you handled all overflows with "use the maximum representable value".</p>
<p dir="ltr">(For a better version of "No", wait till the sun reaches NZ; O'Keefe usually has something eloquent to say then. :-))</p>
<p dir="ltr">/Erik</p>
<div class="gmail_quote">Den 20/01/2015 11.49 skrev "Johan Montelius" <<a href="mailto:johanmon@kth.se">johanmon@kth.se</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
This might be no news to anyone who is doing a lot of floating point arithmetics but it made me scratch my head.<br>
<br>
<br>
7> (6.0e150*6.0e150).<br>
3.6000000000000004e301<br>
<br>
8> (6.0e154*6.0e154).<br>
** exception error: an error occurred when evaluating an arithmetic expression<br>
     in operator  */2<br>
        called as 6.0e154 * 6.0e154<br>
<br>
<br>
Hmm, would it not be better to answer with the highest possible accuracy?<br>
<br>
  Johan<br>
<br>
<br>
-- <br>
Assoc. Prof. Johan Montelius<br>
Software and Computer Systems<br>
School of Information and Communication Technology<br>
KTH - Royal Institute of Technology<br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</blockquote></div>