factor/contrib/math/load.factor

16 lines
303 B
Factor
Raw Normal View History

2006-10-06 01:03:30 -04:00
REQUIRES: contrib/sequences ;
2006-10-21 02:40:38 -04:00
PROVIDE: contrib/math
{ +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
} } ;