Hacker News new | ask | show | jobs
by postalrat 1304 days ago
Then what is: 1 << 33
1 comments

Hmm... it's 2. It seems that the bitwise operators do indeed convert numbers into 32 bit integers (truncating any decimal parts) before applying their operation.