Skip to content

Instantly share code, notes, and snippets.

@fujimura
Created May 2, 2011 14:03
Show Gist options
  • Save fujimura/951641 to your computer and use it in GitHub Desktop.
Save fujimura/951641 to your computer and use it in GitHub Desktop.
euc = -> a, b { a % b == 0 ? b : euc[b, a % b]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment