Skip to content

Instantly share code, notes, and snippets.

@bestform
Created March 25, 2014 12:18
Show Gist options
  • Save bestform/9760737 to your computer and use it in GitHub Desktop.
Save bestform/9760737 to your computer and use it in GitHub Desktop.
And in javascript
a = 4.89;
// 4.89
b = a * 100;
// 488.99999999999994
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment