![]() The strategy of converting a bignum to a flonum by converting on word boundaries can lose one bit of precision. (If the use of a word boundary causes a single bit to get rounded away, but the first bit of the next word is non-zero, then the rounding might have been down when it should have been up.) Avoid the problem by aligning relative to the high bit, instead. |
||
---|---|---|
.. | ||
collects | ||
src | ||
.gitignore |