]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/function-tools/function-tools.factor
factor: trim using lists
[factor.git] / extra / math / function-tools / function-tools.factor
index 78c726d370606c745bd185898b0a34790dcfb11b..5481ef8809b1c90ab9f7a07c91858f6d4bea3509 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2008 Reginald Keith Ford II.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel math arrays sequences ;
+USING: kernel math arrays ;
 IN: math.function-tools
 
 ! Tools for quickly comparing, transforming, and evaluating mathematical functions