julia · julia/OverflowError
OverflowError
Arithmetic Overflow
An arithmetic operation produced a result that is outside the representable range of the integer type. Use a wider integer type (Int128, BigInt) or check for overflow before the operation with Base.checked_add and friends.