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
/
type
History
jos
7132a6f3c2
Fixed
#221
for one-based implementations of map and forEach
2014-10-14 09:03:04 +02:00
..
collection.js
Changed
min
,
max
, and
mean
to one-based dim
2014-07-24 21:35:11 +02:00
Complex.js
Using strict mode now in all files (added
'use strict';
on top of every file)
2014-07-18 23:19:14 +02:00
Help.js
Using format precision=14 in stringified output of Help
2014-09-05 09:15:11 +02:00
Index.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
Matrix.js
Fixed
#221
for one-based implementations of map and forEach
2014-10-14 09:03:04 +02:00
Range.js
Fixed
#210
: Disabled array notation for ranges in a matrix index the expression parser
2014-09-09 17:33:53 +02:00
ResultSet.js
Using strict mode now in all files (added
'use strict';
on top of every file)
2014-07-18 23:19:14 +02:00
Unit.js
Implemented function
sort
2014-08-14 22:24:15 +02:00