]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/primes/miller-rabin/miller-rabin.factor
factor: trim using lists
[factor.git] / basis / math / primes / miller-rabin / miller-rabin.factor
index ef15af5d5c389ea6127c3bc74ce1d3af67e6c430..5b40c00777e3642400d19a99a3040c9a0e63df21 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2008-2009 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators kernel locals math math.functions ranges
+USING: combinators kernel math math.functions ranges
 random sequences ;
 IN: math.primes.miller-rabin