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
2026-01-18 14:59:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
/
function
History
jos
04f09c52c3
Merge remote-tracking branch 'origin/v2' into v2
2015-05-09 14:53:42 +02:00
..
algebra
usolve() update
2015-05-08 10:36:58 -04:00
arithmetic
Updated to typed-function v0.8, creating a new instance of typed-function for each instance of math.js. Better error messages and new utility functions
typed.convert
and
typed.find
.
2015-05-09 14:53:36 +02:00
bitwise
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
complex
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
logical
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
matrix
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00
probability
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00
relational
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
statistics
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00
trigonometry
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
units
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
utils
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00