M8
a JavaScript Math Library
Install / Use
/learn @Kambfhase/M8README
m8 - a JavaScript Math Library
Matrix(2,2,3).add( Matrix([[0,1],[1,2]])).equals([[2,3],[3,4]]) == true
./src # the Source ./build # the target directory for the build process. build with ant ./tests # contains the test ./readme.htm # documentation
