]> gitweb.factorcode.org Git - factor.git/blob - basis/bootstrap/math/math.factor
27b2f6b181f79f322c8185af743261099237a9f5
[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