Created
June 22, 2016 12:25
-
-
Save oak-tree/cc698611ffea076b52530172564ad4d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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