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: guile & r5rs



> Here's the kind of thing I was thinking of.  This is just off the top
> of my head, so there are probably much better ways of doing these
> things that maybe a numerical analyst on this list could suggest, but
> here's a start:

Yeesh.  The algorithm I posted runs in a constant number of bignum
ops, and lets you specify an exact lower bound on the number of bits
of precision you get.

What I could really use is a good bignum sqrt algorithm.