|
On 6/26/16, Sean Conner <sean@conman.org> wrote:
> A double can "safely" store integers in the range:
>
> -9007199254740992 .. 9007199254740992
>
> I say "safely" because past that range, integers start having "gaps"
> between [...]
I'm well aware of the fact that typically only integers less than 2^53
can be "safely" stored in Lua numbers (prior to Lua 5.2), and I'm fine
with this.