Skip to content

Instantly share code, notes, and snippets.

@oak-tree
Created June 22, 2016 12:25
Show Gist options
  • Save oak-tree/cc698611ffea076b52530172564ad4d8 to your computer and use it in GitHub Desktop.
Save oak-tree/cc698611ffea076b52530172564ad4d8 to your computer and use it in GitHub Desktop.
for (i=1;i<100;i++) {console.log(i + " " + Math.log2(i) + " " + Math.ceil(Math.log2(i)));}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment