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:
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: