Skip to content

Instantly share code, notes, and snippets.

@jimblandy
Created February 12, 2018 22:34
Show Gist options
  • Save jimblandy/fd958de7749c0fe03b518aacf2c60c12 to your computer and use it in GitHub Desktop.
Save jimblandy/fd958de7749c0fe03b518aacf2c60c12 to your computer and use it in GitHub Desktop.
shibui:src$ obj~/js/src/js
js> let u = 1/5, t = 3/5
js> u + u + u === t
false
js> 2**53 + 1 + 1 === 2**53 + 2
false
js> 2**52 + 1 + 1 === 2**52 + 2
true
js>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment