Skip to content

Instantly share code, notes, and snippets.

@lfranchi
Created May 18, 2013 17:50
Show Gist options
  • Save lfranchi/5605271 to your computer and use it in GitHub Desktop.
Save lfranchi/5605271 to your computer and use it in GitHub Desktop.
(unsigned-bit-shift-right -890572415 30)
17179869183
scala> -890572415 >>> 30
res11: Int = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment