-
Notifications
You must be signed in to change notification settings - Fork 0
Kambfhase/m8
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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