]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/pidigits/pidigits.factor
factor: trim using lists
[factor.git] / extra / benchmark / pidigits / pidigits.factor
index 7b28415457fd6ce2b933a57d06486f8fd82e03c9..45b4c9becbeffbdff65c591ab8ed23d77f4047a3 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (c) 2009 Aaron Schaefer. All rights reserved.
 ! The contents of this file are licensed under the Simplified BSD License
 ! A copy of the license is available at http://factorcode.org/license.txt
-USING: arrays formatting fry grouping io kernel locals math
-math.functions math.matrices math.parser math.primes.factors
-math.vectors prettyprint sequences sequences.deep ;
+USING: arrays formatting io kernel math math.matrices
+math.parser sequences ;
 IN: benchmark.pidigits
 
 : extract ( z x -- n )