phys008
02-28-2007, 09:48 AM
Hi...
i'm trying to emulate the java BigInteger class in fortran. We have existing code that works extremely well in fortran, but would like calculate factorials of the size "3000!", and also in some factorials ratio's of similar size.
I was wondering if anyone has done this before, or can show me an algorithm I can program myself.Thus far I've had a few success....
i'm trying to emulate the java BigInteger class in fortran. We have existing code that works extremely well in fortran, but would like calculate factorials of the size "3000!", and also in some factorials ratio's of similar size.
I was wondering if anyone has done this before, or can show me an algorithm I can program myself.Thus far I've had a few success....