Skip to content

Instantly share code, notes, and snippets.

@crodriguez1a
Last active June 27, 2019 23:54
Show Gist options
  • Save crodriguez1a/eb76df29e5e1aac2336baad73575c621 to your computer and use it in GitHub Desktop.
Save crodriguez1a/eb76df29e5e1aac2336baad73575c621 to your computer and use it in GitHub Desktop.
Division - Float vs Integer
# double
6 // 2.5 # -> 2.0
# single
6 / 2.5 # -> 2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment