<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 4, 2013 at 3:47 PM, John Klos <span dir="ltr"><<a href="mailto:john@ziaspace.com" target="_blank">john@ziaspace.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What would be the best way to find code which handles evaluation of "NaN"?</blockquote></div><br></div><div class="gmail_extra">
I would be surprised to find NaN handling outside of math module, float object and their complex counterparts (cmath and complex object).  Other areas that deal with NaNs such as decimal module should just call float methods and/or math functions. </div>
</div>