Factorial1000 by teebee

<?for(;$i++<1e3;)$n=bcmul($n,$i)?:1;echo$n;

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

download

return to the top page