Skip to content

Instantly share code, notes, and snippets.

@NeilHanlon
Created November 15, 2017 15:50
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 NeilHanlon/5dcc28a767b543b47c15bd763583807f to your computer and use it in GitHub Desktop.
Save NeilHanlon/5dcc28a767b543b47c15bd763583807f to your computer and use it in GitHub Desktop.
>>> 262.2 / float(2.2)
119.18181818181817
>>> 262.2 / float(2.20462)
118.93206085402474
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment