Skip to content

Instantly share code, notes, and snippets.

@ten0s
Created October 8, 2015 14:15
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 ten0s/b548709ae94b2f9f4207 to your computer and use it in GitHub Desktop.
Save ten0s/b548709ae94b2f9f4207 to your computer and use it in GitHub Desktop.
lists:foldr(fun(B, {I, Acc}) -> {I+1, B*trunc(math:pow(2, I))+Acc} end, {0,0}, [I || <<I:1>> <= <<$h>>]).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment