Multifactorials by pooq

for i=1to 184input""s$
a=val(s$)
w=1
for j=a to 1step len(str$(a))-len(s$)w=w*j
next
?w
next

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

download

return to the top page