Re: Serialization of math.huge
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Serialization of math.huge
- From: GrayFace <sergroj@...>
- Date: 2012年5月30日 01:07:00 +0700
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