Skip to content
Prev 178045 / 398502 Next

large factorials

Also the R sympy package can handle this:
Loading required package: rJava
[1] "3628800"
+       bc=factorial.bc(500),
+       sympy = factorial.sympy(500))
   test elapsed
1    bc    2.17
2 sympy    0.09

See the rSymPy, r-bc and rbenchmark home pages:
http://rsympy.googlecode.com
http://r-bc.googlecode.com
http://rbenchmark.googlecode.com
On Wed, Apr 22, 2009 at 3:21 PM, molinar <sky2k2 at hotmail.com> wrote: