This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bignum arithmetics


Aleksandar Bakic <bakicale@cse.msu.edu> writes:

> 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?

At any rate, I don't think it's likely that this is a Guile bug.

How does your program look like?

/mdj