lua-users home
lua-l archive

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



On 10 Sep 2013 10:24, "steve donovan" <steve.j.donovan@gmail.com> wrote:
>
> On Tue, Sep 10, 2013 at 10:44 AM, Tim Hill <drtimhill@gmail.com> wrote:
> > Wonderful.
>
> Absolutely. Wanting to serialize floats 'exactly' using strings is not
> the way to go. Integers (up to the 2^52 limit) are fine, and 5.3 gives
> us full (signed) 64-bit integer precision.
>

LuaJIT can format hex floats which are useful for this.

Justin