Skip to content

Instantly share code, notes, and snippets.

@hisasann
Created April 16, 2012 03:09
Show Gist options
  • Save hisasann/2396190 to your computer and use it in GitHub Desktop.
Save hisasann/2396190 to your computer and use it in GitHub Desktop.
0.1+0.2=0.3じゃないんだなぁ。
<script type="text/javascript" charset="utf-8">
console.log(0.1 + 0.2); // 0.30000000000000004
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment