Skip to content
Snippets Groups Projects
Commit 14577047 authored by ram's avatar ram
Browse files

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.
parent b75bd92a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment