Skip to content

Instantly share code, notes, and snippets.

@mytholog
Created July 22, 2016 03:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mytholog/5b9099e5c3fc4aa849c5a59389261a6a to your computer and use it in GitHub Desktop.
Save mytholog/5b9099e5c3fc4aa849c5a59389261a6a to your computer and use it in GitHub Desktop.
function dec2bin(dec){
return (dec >>> 0).toString(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment