special case (inf,-inf,nan) float problems.
Fredrik Lundh
fredrik at pythonware.com
Fri Apr 6 04:04:38 EDT 2001
Jeremy R Van Haren wrote:
> I've worked around both of these issues, but I think they are both
> problems. Does anybody know if this has been taken care of in 2.0?
Tim will most likely give you the full story within seconds, but
basically, like the C it's written in, Python doesn't define how
to deal with INF and NAN...
Python will get better at this the day we can start trusting
the C compilers...
Cheers /F
More information about the Python-list
mailing list