]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/e-decimals/e-decimals.factor
factor: trim using lists
[factor.git] / extra / benchmark / e-decimals / e-decimals.factor
index 161fc84ea5509130165827905ddb935b2aff6463..d7bdf9880dc7540fc0972312fbccaaed805c3d87 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: decimals kernel locals math math.combinatorics ranges
-sequences ;
+USING: decimals kernel math ranges sequences ;
 IN: benchmark.e-decimals
 
 : D-factorial ( n -- D! )