Skip to content

Instantly share code, notes, and snippets.

@akellehe
Created September 8, 2016 14:12
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 akellehe/f839ef568584361ca69548fd41c518ee to your computer and use it in GitHub Desktop.
Save akellehe/f839ef568584361ca69548fd41c518ee to your computer and use it in GitHub Desktop.
def mod(X, Y):
return X - Y * (X / Y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment