Hacker News new | ask | show | jobs
by bvinc 1136 days ago
> right shifting adds zeros to the most significant side. So, using the same number we get…

1110 >> 4 -> 0000 1110

1 comments

Holy crap, hopefully a typo