2005-10-20 19:36:59 -04:00
|
|
|
USING: parser sequences words compiler ;
|
|
|
|
[
|
2005-10-21 03:42:38 -04:00
|
|
|
"contrib/math/utils.factor"
|
2005-10-20 19:36:59 -04:00
|
|
|
"contrib/math/combinatorics.factor"
|
|
|
|
"contrib/math/analysis.factor"
|
2005-10-25 22:40:04 -04:00
|
|
|
"contrib/math/polynomials.factor"
|
2005-10-21 02:46:54 -04:00
|
|
|
"contrib/math/quaternions.factor"
|
|
|
|
"contrib/math/matrices.factor"
|
2005-10-25 22:40:04 -04:00
|
|
|
"contrib/math/statistics.factor"
|
2005-11-07 20:27:34 -05:00
|
|
|
"contrib/math/numerical-integration.factor"
|
2005-10-20 19:36:59 -04:00
|
|
|
] [ run-file ] each
|
|
|
|
|
2005-10-23 19:07:16 -04:00
|
|
|
"math-contrib" words [ try-compile ] each
|
2005-10-20 19:36:59 -04:00
|
|
|
|