How does Python handle big numbers? I was working with exponentials and exponential notation returned me inf but when I used pow function I got it rigth.
Particularly, I had: 1e1000 -> inf and pow(10, 1000) equals to a big number.
How does Python handle big numbers? I was working with exponentials and exponential notation returned me inf but when I used pow function I got it rigth.
Particularly, I had: 1e1000 -> inf and pow(10, 1000) equals to a big number.
Copyright © 2021 Jogjafile Inc.