Skip to content

Instantly share code, notes, and snippets.

@ordnungswidrig
Created August 8, 2013 12:02
Show Gist options
  • Save ordnungswidrig/6184024 to your computer and use it in GitHub Desktop.
Save ordnungswidrig/6184024 to your computer and use it in GitHub Desktop.
(print
(apply str (for [i (range 0 36)]
(format "%11s %2s %s\n"
(.toPlainString (.pow 2M i)) i (.toPlainString (.divide 1M (.pow 2M i)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment