Skip to content

Instantly share code, notes, and snippets.

@Maciek416
Created June 2, 2011 19:52
Show Gist options
  • Select an option

  • Save Maciek416/1005151 to your computer and use it in GitHub Desktop.

Select an option

Save Maciek416/1005151 to your computer and use it in GitHub Desktop.
for(var i=0;i<1;i=i+0.1){ console.log(Math.pow(i, 4)); }
0
0.00010000000000000005
0.0016000000000000007
0.008100000000000005
0.02560000000000001
0.0625
0.1296
0.24009999999999992
0.40959999999999985
0.6560999999999997
0.9999999999999996
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment