[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: serialization of lua numbers
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 25 Mar 2012 13:50:36 -0300
> 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