This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mathjs
Watch
1
Star
0
Fork
0
You've already forked mathjs
mirror of
https://github.com/josdejong/mathjs.git
synced
2025-12-08 19:46:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
/
function
/
algebra
/
solver
History
jos
8c032f2593
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00
..
backwardSubstitution.js
Moved collection.js and Matrix.js under ./lib/type/matrix, moved construction functions matrix.js and sparse.js to ./lib/type/matrix/function, and created an index file.
2015-05-05 12:00:07 +02:00
forwardSubstitution.js
Moved collection.js and Matrix.js under ./lib/type/matrix, moved construction functions matrix.js and sparse.js to ./lib/type/matrix/function, and created an index file.
2015-05-05 12:00:07 +02:00
lusolve.js
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00
substitutionValidation.js
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00