lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> In my view, it does not make sense in a 64/64 build either. The problem
> is that 64 bits are not enough to represent an integer, then you change
> it to 53 bits as a solution? Just to mention your esoteric example,
> all keys 'k' from 1 to 2e12 would collapse to the same value when
> it computes 'k+2.0^65'.

"1 to 2e12" should be "1 to 4000"; sorry.

-- Roberto