Skip to content

Instantly share code, notes, and snippets.

@conformist-mw
Created May 1, 2017 20:23
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 conformist-mw/6d896610b7b7b948143ffe259b8aa6ce to your computer and use it in GitHub Desktop.
Save conformist-mw/6d896610b7b7b948143ffe259b8aa6ce to your computer and use it in GitHub Desktop.
The old rounding behaviour
def my_round(x):
return int(x + math.copysign(0.5, x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment