Anatoli Tubman wrote:

> How can I *efficiently* print (i.e. find the decimal, or in
> general N-ary, representation of) large Integers, like factorial of 10000?

Use hbc?  It uses the gmp routine to convert an Integer to a String.
Converting 10000! to a String takes much less time than computing it.

    -- Lennart




Reply via email to