On Mon, Nov 4, 2013 at 3:47 PM, John Klos <j...@ziaspace.com> wrote:

> What would be the best way to find code which handles evaluation of "NaN"?


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.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to