My best guess is that it’s an integer overflow. Number got so high that it basically ran out of memory, wrapped around and became negative.
My best guess is that it’s an integer overflow. Number got so high that it basically ran out of memory, wrapped around and became negative.