X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fbenchmark%2Fpidigits%2Fpidigits.factor;h=45b4c9becbeffbdff65c591ab8ed23d77f4047a3;hp=7b28415457fd6ce2b933a57d06486f8fd82e03c9;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/benchmark/pidigits/pidigits.factor b/extra/benchmark/pidigits/pidigits.factor index 7b28415457..45b4c9becb 100644 --- a/extra/benchmark/pidigits/pidigits.factor +++ b/extra/benchmark/pidigits/pidigits.factor @@ -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 )