]> 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 347969af0d6698cb65230ddaec7a8aa90efea2bf..3bab31daeb0501ef6176113f164c73fea92e3aa1 100644 (file)
@@ -3,5 +3,3 @@ USING: vocabs vocabs.loader kernel ;
 "math.ratios" require
 "math.floats" require
 "math.complex" require
-
-"prettyprint" vocab [ "math.complex.prettyprint" require ] when