Re: bignum 0.22



On Thu, 5 Jul 2007, Mumia W. wrote:

You can set the "accuracy" of the bignum module. Read "perldoc bignum"

BTW, if you make fact() recursive and use the Memoize module, you can get a
speed improvement--a /substantial/ speed improvement :-)

Thanks all of you.
This trick really really improve speed.

But if there is no previous knowledge that all numbers will be
integers I can not fix the precision or accuracy.

Cheers
.