Factorial1000 by jonathan camacho

use Math::BigInt;
print Math::BigInt->new(1000)->bfac();

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page