[Python-Dev] VAX NaN evaluations (original) (raw)

Alexander Belopolsky alexander.belopolsky at gmail.com
Mon Nov 4 23:37:59 CET 2013


On Mon, Nov 4, 2013 at 3:47 PM, John Klos <john at 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20131104/ab6834d5/attachment-0001.html>



More information about the Python-Dev mailing list