Skip to content

Instantly share code, notes, and snippets.

@dgieselaar
Created December 20, 2010 16:32
Show Gist options
  • Save dgieselaar/748595 to your computer and use it in GitHub Desktop.
Save dgieselaar/748595 to your computer and use it in GitHub Desktop.
Testing for possible FP 10.1 multiplication bug
// should be: 94.8
// results in 94.80000000000001 in WIN 10,1,53,64 debug
var value:Number = 9.48 * 10;
trace("result: " + value + " (using : " + Capabilities.version + " " + (Capabilities.isDebugger ? "debug" : "release") +")");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment