2005-10-20 19:36:59 -04:00
|
|
|
IN: dimensions
|
|
|
|
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"
|
|
|
|
"contrib/math/polynomial.factor"
|
2005-10-21 02:46:54 -04:00
|
|
|
"contrib/math/quaternions.factor"
|
|
|
|
"contrib/math/matrices.factor"
|
2005-10-20 19:36:59 -04:00
|
|
|
|
|
|
|
! "contrib/math/dimensional-analysis.factor"
|
2005-10-21 22:30:31 -04:00
|
|
|
! "contrib/math/units.factor"
|
|
|
|
! "contrib/math/constants.factor"
|
2005-10-20 19:36:59 -04:00
|
|
|
] [ run-file ] each
|
|
|
|
|
|
|
|
|