]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/math/math.factor
Untangling some dependencies
[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
6
7 "prettyprint" vocab [ "math.complex.prettyprint" require ] when