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

10 lines
222 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
2008-12-07 09:39:16 -05:00
[ 4+1/6 ] [ 100 semimonthly ] unit-test