factor/contrib/math/load.factor

11 lines
220 B
Factor
Raw Normal View History

2006-06-18 20:58:11 -04:00
PROVIDE: math {
"utils.factor"
"combinatorics.factor"
"analysis.factor"
"polynomials.factor"
"quaternions.factor"
"matrices.factor"
"statistics.factor"
"numerical-integration.factor"
} ;