X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fmath%2Ffunction-tools%2Ffunction-tools.factor;h=5481ef8809b1c90ab9f7a07c91858f6d4bea3509;hp=78c726d370606c745bd185898b0a34790dcfb11b;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/math/function-tools/function-tools.factor b/extra/math/function-tools/function-tools.factor index 78c726d370..5481ef8809 100644 --- a/extra/math/function-tools/function-tools.factor +++ b/extra/math/function-tools/function-tools.factor @@ -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