16 lines
297 B
Factor
16 lines
297 B
Factor
|
|
REQUIRES: libs/sequences ;
|
||
|
|
PROVIDE: libs/math
|
||
|
|
{ +files+ {
|
||
|
|
"utils.factor"
|
||
|
|
"combinatorics.factor"
|
||
|
|
"analysis.factor"
|
||
|
|
"polynomials.factor"
|
||
|
|
"quaternions.factor"
|
||
|
|
"matrices.factor"
|
||
|
|
"statistics.factor"
|
||
|
|
"numerical-integration.factor"
|
||
|
|
} }
|
||
|
|
{ +tests+ {
|
||
|
|
"test.factor"
|
||
|
|
} } ;
|