Message313103
Serhiy: I think both those results are reasonable, and not too surprising. It should be easy to understand that the mixed-type operation converts one of the arguments to float, and if that conversion overflows we get an exception. A similar thing happens when doing something like `math.sqrt(2**1024)`, even though the result is representable. |
|
Date |
User |
Action |
Args |
2018-03-01 18:16:16 | mark.dickinson | set | recipients:
+ mark.dickinson, rhettinger, elias, serhiy.storchaka |
2018-03-01 18:16:16 | mark.dickinson | set | messageid: <1519928176.06.0.467229070634.issue32968@psf.upfronthosting.co.za> |
2018-03-01 18:16:16 | mark.dickinson | link | issue32968 messages |
2018-03-01 18:16:16 | mark.dickinson | create | |
|