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
/
tools
History
jos
d274a50cbf
Fixed
#205
: A returned matrix subset is now only squeezed when the
index
consists of scalar values, and no longer for ranges resolving into a single value.
2014-08-09 16:48:00 +02:00
..
approx.js
Replaced all
x instanceof Array
with
Array.isArray(x)
2013-08-04 14:30:38 +02:00
docgenerator.js
Removed a redundant comma
2014-06-25 13:17:50 +02:00
validate.js
Fixed
#205
: A returned matrix subset is now only squeezed when the
index
consists of scalar values, and no longer for ranges resolving into a single value.
2014-08-09 16:48:00 +02:00