unit test for m^n

prunedtree 2009-06-12 01:35:25 -07:00
parent 4a43b875f2
commit 032820a0e8
1 changed files with 4 additions and 1 deletions

View File

@ -107,3 +107,6 @@ USING: math.matrices math.vectors tools.test math ;
[ { { { 1 "a" } { 1 "b" } } { { 2 "a" } { 2 "b" } } } ]
[ { 1 2 } { "a" "b" } cross-zip ] unit-test
[ { { 4181 6765 } { 6765 10946 } } ]
[ { { 0 1 } { 1 1 } } 20 m^n ] unit-test