14 lines
319 B
Factor
14 lines
319 B
Factor
|
IN: dimensions
|
||
|
USING: parser sequences words compiler ;
|
||
|
[
|
||
|
"contrib/math/combinatorics.factor"
|
||
|
"contrib/math/analysis.factor"
|
||
|
"contrib/math/polynomial.factor"
|
||
|
|
||
|
! "contrib/math/dimensions.factor"
|
||
|
! "contrib/math/constants.factor"
|
||
|
! "contrib/math/dimensional-analysis.factor"
|
||
|
] [ run-file ] each
|
||
|
|
||
|
|