Re: Integers not fully functional?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Integers not fully functional?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2013年1月29日 08:51:35 -0200
> I need to handle such 64 bit integers that appear as specific IDs.
> The numerical value is less interesting than being able to reproduce
> the bits identifying an object.
So, use strings instead of numbers.
Plain Lua cannot handle 64 bit integers because it uses doubles, which
have only 52 bits of precision.