factor/library/test/benchmark/fac.factor

10 lines
150 B
Factor
Raw Normal View History

2004-08-25 20:51:19 -04:00
IN: scratchpad
USE: math
USE: test
2004-12-17 19:27:42 -05:00
USE: compiler
2004-08-25 20:51:19 -04:00
2004-12-17 19:27:42 -05:00
: fac-benchmark
10000 fac 10000 [ succ / ] times* ; compiled
[ 1 ] [ fac-benchmark ] unit-test