]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/math/math.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / bootstrap / math / math.factor
index a293efd33eae01d46d8c9c12c4dfe0d7cce6c10a..3bab31daeb0501ef6176113f164c73fea92e3aa1 100644 (file)
@@ -1,4 +1,4 @@
-USE: vocabs.loader
+USING: vocabs vocabs.loader kernel ;
 
 "math.ratios" require
 "math.floats" require