factor/libs/math/load.factor

16 lines
297 B
Factor
Raw Normal View History

2006-11-28 21:57:29 -05:00
REQUIRES: libs/sequences ;
PROVIDE: libs/math
2006-10-21 02:40:38 -04:00
{ +files+ {
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-10-21 02:40:38 -04:00
} }
{ +tests+ {
2006-08-18 12:57:46 -04:00
"test.factor"
2006-10-21 02:40:38 -04:00
} } ;