Skip to content

Instantly share code, notes, and snippets.

@ferreiratiago
Created September 26, 2017 17:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferreiratiago/d3466094a66959a688431233dc319497 to your computer and use it in GitHub Desktop.
Save ferreiratiago/d3466094a66959a688431233dc319497 to your computer and use it in GitHub Desktop.
JS WTF
> 0.1.toString(2)
'0.0001100110011001100110011001100110011001100110011001101'
> 0.2.toString(2)
'0.001100110011001100110011001100110011001100110011001101'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment