Skip to content

Instantly share code, notes, and snippets.

@jordinebot
Last active September 10, 2015 08:58
Show Gist options
  • Save jordinebot/e5a343ef14457c26281e to your computer and use it in GitHub Desktop.
Save jordinebot/e5a343ef14457c26281e to your computer and use it in GitHub Desktop.
Number::mod
if typeof Number::mod isnt 'function'
Number::mod = (n) ->
( ( @ % n ) + n ) % n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment