factor/contrib/math/load.factor

13 lines
250 B
Factor
Raw Normal View History

PROVIDE: contrib/math {
2006-06-18 20:58:11 -04:00
"utils.factor"
"combinatorics.factor"
"analysis.factor"
"polynomials.factor"
"quaternions.factor"
"matrices.factor"
"statistics.factor"
"numerical-integration.factor"
2006-08-18 12:57:46 -04:00
} {
"test.factor"
2006-06-18 20:58:11 -04:00
} ;