(original) (raw)


On Mon, Nov 4, 2013 at 3:47 PM, John Klos <john@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.