Factorial1000 by pooq

numeric digits 2568
a=1
do i=2 to 1e3
a=a*i
end
say a

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

download

return to the top page