wrandelshofer / FastDoubleParser

A Java port of Daniel Lemire's fast_float project
MIT License
166 stars 17 forks source link

Signed significand #69

Closed xtonik closed 4 months ago

xtonik commented 1 year ago

The highest bit of BigSignificand is treated as a sign when converted to BigInteger.

wrandelshofer commented 4 months ago

This is not necessary, because BigSignificand is always non-negative. I have now stated this in the Javadoc of BigSignificand, to make this clear. https://github.com/wrandelshofer/FastDoubleParser/commit/d5816779e866cd49d024853b8947e3c1d8a128e1