Message210517
>>> 1e200*1e200
inf
>>> 1e200**2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OverflowError: (34, 'Numerical result out of range')
Shouldn't floating-point operations overflow to inf, not generate exceptions? |
|
Date |
User |
Action |
Args |
2014-02-07 18:44:35 | Keith.Randall | set | recipients:
+ Keith.Randall |
2014-02-07 18:44:35 | Keith.Randall | set | messageid: <1391798675.64.0.456943405881.issue20543@psf.upfronthosting.co.za> |
2014-02-07 18:44:35 | Keith.Randall | link | issue20543 messages |
2014-02-07 18:44:35 | Keith.Randall | create | |
|