]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/numerical-integration/numerical-integration.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / math / numerical-integration / numerical-integration.factor
index acc22fa2a2bc989e5148c1f6f21ff4b0619fc0a5..27ea4530f2d7f6c59775e17f789f408f26bea507 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel math math.ranges math.vectors namespaces
+USING: kernel math ranges math.vectors namespaces
 sequences ;
 IN: math.numerical-integration