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
/
src
History
josdejong
d86c7a49e9
Created a single method _validateIndex to replace a quite some type/range checking in the Matrix prototype
2013-04-01 13:58:12 +02:00
..
expr
Implemented getting and setting submatrices in the Parser
2013-04-01 12:55:36 +02:00
function
Implemented Range.parse
2013-04-01 10:58:59 +02:00
type
Created a single method _validateIndex to replace a quite some type/range checking in the Matrix prototype
2013-04-01 13:58:12 +02:00
constants.js
Renamed project from math2 to mathjs
2013-02-17 01:36:22 +01:00
exports.js
Created construction methods for easily creating data types. Moved the data types and parser to another namespace.
2013-03-26 22:06:48 +01:00
functions.js
Added check for correct argument count to all functions
2013-02-23 14:13:17 +01:00
header.js
implemented method format
2013-03-14 21:20:53 +01:00
util.js
Implemented methods get, set, map, indexOf for Matrix. Some fixes in Matrix and Range.
2013-03-31 21:02:53 +02:00