[Python-Dev] VAX NaN evaluations (original) (raw)
Alexander Belopolsky alexander.belopolsky at gmail.com
Mon Nov 4 23:37:59 CET 2013
- Previous message: [Python-Dev] VAX NaN evaluations
- Next message: [Python-Dev] VAX NaN evaluations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Python-Dev] VAX NaN evaluations
- Next message: [Python-Dev] VAX NaN evaluations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]