Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created April 9, 2014 20:57
Show Gist options
  • Save hub-cap/10314743 to your computer and use it in GitHub Desktop.
Save hub-cap/10314743 to your computer and use it in GitHub Desktop.
>>> fudge_factor = .2
>>> math.ceil(2.1+fudge_factor) >= 3
True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment