Added new bignum floating code. New interfaces are BIGNUM-TO-FLOAT and
FLOAT-BIGNUM-RATIO. Now floating is done by grabbing high bits out of the bignum, rounding, and making them into a float with the correct exponent. This guarantees a correct result, and is also more efficient for large bignums.
Loading
Please register or sign in to comment