lua-users home
lua-l archive

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


> Stupid question maybe, but is there a way (without having to write a C
> module) to serialize Lua numbers without loss of precision?

In Lua 5.2 you should use hexa-floats.

-- Roberto