]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/approx/approx.factor
factor: trim more using lists.
[factor.git] / extra / math / approx / approx.factor
index a83b442c9be1d07f92b01457d648945db20d557c..bcddd47115387e2f2783be345431e7a9fc1ceb8f 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 John Benediktsson.
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: combinators kernel locals math math.functions ;
+USING: combinators kernel math ;
 
 IN: math.approx