You're viewing a single thread.
View all comments
6
comments
That's the lowest a 32-bit signed integer can go, so probably an overflow error:
(2^32)÷2 = 2,147,483,648
2 0 Reply
You've viewed 6 comments.
Scroll to top
You're viewing a single thread.
That's the lowest a 32-bit signed integer can go, so probably an overflow error:
(2^32)÷2 = 2,147,483,648