lua-users home
lua-l archive

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


Another aspect of numbers serialization is that after using tostring() you lose some precision of the number. It is possible to serialize numbers precisely using frexp and ldexp functions. I do it in my "pluto killer" serialization library which I haven't released yet.

--
Best regards,
Sergey Rozhenko                 mailto:sergroj@mail.ru