X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fmath%2Fprimes%2Ferato%2Ferato.factor;h=d79eb272b4da7c7333e5cb132b5c5dc08649ce2e;hp=665ca63b39960288460598962fc8d4bb29f2e33b;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/math/primes/erato/erato.factor b/basis/math/primes/erato/erato.factor index 665ca63b39..d79eb272b4 100644 --- a/basis/math/primes/erato/erato.factor +++ b/basis/math/primes/erato/erato.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2009 Samuel Tardieu. ! See http://factorcode.org/license.txt for BSD license. -USING: kernel kernel.private locals math math.bitwise +USING: kernel kernel.private math math.bitwise math.functions math.order math.private ranges sequences sequences.private ; IN: math.primes.erato