[Python-Dev] RE: Possible bug (was Re: numpy, overflow, inf, ieee, and rich comparison)

Guido van Rossum guido@python.org
Wed, 11 Oct 2000 09:39:06 -0500


Incidentally, math.exp(800) returns inf in 1.5, and raises
OverflowError in 2.0.  So at least it's consistent.

--Guido van Rossum (home page: http://www.python.org/~guido/)