Long Math Operation result is 0, In Python isn't

The problem is that integers overflow, and thus:

julia> 234^23423
0

julia> 235^23423
-5572363361863899709

Maybe someone knows a better FAQ link, this is one thread about it:

1 Like