diff --git a/basis/math/primes/erato/fast/fast.factor b/basis/math/primes/erato/fast/fast.factor index 36ea07631d..d52981dba4 100644 --- a/basis/math/primes/erato/fast/fast.factor +++ b/basis/math/primes/erato/fast/fast.factor @@ -1,17 +1,19 @@ ! Copyright (C) 2015 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: bit-arrays fry kernel kernel.private locals math -math.functions math.private sequences sequences.private ; +USING: bit-arrays fry kernel kernel.private literals locals math +math.functions math.private math.ranges math.statistics +sequences sequences.private ; IN: math.primes.erato.fast fixnum-strict '[ dup _ <= ] [