factor/library/test/benchmark/fac.factor

6 lines
90 B
Factor

IN: scratchpad
USE: math
USE: test
[ 1 ] [ 10000 fac 10000 [ succ / ] times* ] unit-test