11 Oct
2012
11 Oct
'12
12:05 p.m.
On Oct 11, 2012, at 4:45 AM, Serhiy Storchaka <storchaka@gmail.com> wrote:
With base 16 floats you can't emulate x86 native 53-bit mantissa floats.
I realized that as soon as I hit send. :-( I also realized that it does not matter for python implementation because decimal stores mantissa as an int rather than a list of digits.