]> gitweb.factorcode.org Git - factor.git/blob - 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
1 USING: vocabs vocabs.loader kernel ;
2
3 "math.ratios" require
4 "math.floats" require
5 "math.complex" require