We are doing some maths with large integers in Actionscript 3. Because there is no long
type, we are using Number
.
What's the range of consecutive integers (positive to negative) a Number
can accurately represent before it starts to veer into floating point errors?