Can anyone explain why this:

var test:Number=4984907906439604488;
trace(test);

Print out this:

4984907906439604000

Why am I losing precision?

Any hint is appreciated!

Reply via email to