Strange behaviour with numbers in exponential notation

Marco Sulla marco.sulla.python.mailing at gmail.com
Fri Sep 2 11:51:56 EDT 2016


>>> 10**26 - 1
99999999999999999999999999
>>> 1e26 - 1
1e+26


Why?



More information about the Python-list mailing list