Y
Hacker News
new
|
ask
|
show
|
jobs
by
benmmurphy
1326 days ago
i think you can fix it with: (low >> 1) + (high >> 1) + (low & 1 & high)
for unsigned numbers. not sure if it works for signed numbers.