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