DEV Community

Discussion on: TIL:When n + 1 == n in python?

Collapse
 
itr13 profile image
Mikael Klages • Edited

If you need numbers that might get that high, maybe pure integer calculations would work.

There's also some arbitrary precision float modules you could use.