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
2ce01fb8f8
Fixed Help.toString not outputting example results returning false
2014-12-23 21:29:57 +01: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
Fixed Help.toString not outputting example results returning false
2014-12-23 21:29:57 +01: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
Converting a unit without value will now result in a unit *with* value
2014-12-14 13:35:17 +01:00