Guile Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bignum arithmetics
> I ran a function to compute factorial of 10000 in Guile, and got a
> result that did not end with a zero (it had a bunch of zeros in the
> middle, but had about a dozen of non-zero digits in the end). What
> could be the reason?
This should be fixed in Guile 1.3 (which postdates 1.3a, btw):
1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
* numbers.c (big2str): Protect t from garbage collection until
we're done. (Thanks to Gary Houston.)
Guile Home |
Main Index |
Thread Index