X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fmath%2Fprimes%2Ferato%2Ffast%2Ffast.factor;h=c64e58957302393eb9056800cf19e945cbc0e8ed;hp=d6a18895316bacc8e8579d0fe02c9e0740456092;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/math/primes/erato/fast/fast.factor b/basis/math/primes/erato/fast/fast.factor index d6a1889531..c64e589573 100644 --- a/basis/math/primes/erato/fast/fast.factor +++ b/basis/math/primes/erato/fast/fast.factor @@ -1,9 +1,9 @@ ! Copyright (C) 2015 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: bit-arrays fry kernel kernel.private literals locals math -math.functions math.private ranges math.statistics -sequences sequences.private ; +USING: bit-arrays kernel literals math math.functions +math.private ranges math.statistics sequences +sequences.private ; IN: math.primes.erato.fast