Created
December 20, 2010 16:32
-
-
Save dgieselaar/748595 to your computer and use it in GitHub Desktop.
Testing for possible FP 10.1 multiplication bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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