factor/extra/math/finance/finance-tests.factor

9 lines
182 B
Factor
Raw Normal View History

2008-09-23 13:33:36 -04:00
USING: kernel math math.functions math.finance tools.test ;
IN: math.finance.tests
[ { 2 4 } ] [ { 1 3 5 } 2 sma ] unit-test
[ { 1 3 1 } ] [ { 1 3 2 6 3 } 2 momentum ] unit-test