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
/
statistics
History
Max Bruckner
1ef8f2986e
sum:
Fix
#369
return 0 for empty array
2015-05-17 21:18:14 +02:00
..
index.js
Created index.js files for most groups of functions so you can import a all functions with a single action
2015-04-26 20:28:47 +02:00
max.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
mean.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
median.js
Merged math.js v1.5 into v2. Format support of functions
eye
and
diag
still needs to be fixed
2015-03-31 22:07:47 +02:00
min.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
prod.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
std.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
sum.js
sum:
Fix
#369
return 0 for empty array
2015-05-17 21:18:14 +02:00
var.js
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00