factor/library/test/benchmark/fac.factor

7 lines
71 B
Factor
Raw Normal View History

2004-08-25 20:51:19 -04:00
IN: scratchpad
USE: math
USE: stack
USE: test
[ 30000 fac drop ] time