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
/
test
/
type
History
jos
8a12c8e9bc
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00
..
collection.test.js
More unit tests
2014-03-17 21:29:52 +01:00
Complex.test.js
Objects
Complex
,
Unit
, and
Help
now return their string representation when calling
.valueOf()
(see
#190
)
2014-06-17 22:14:12 +02:00
Help.test.js
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00
Index.test.js
Index now accepts a Matrix as well as input, downgrades to Array
2014-07-21 21:43:20 +02:00
Matrix.test.js
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00
Range.test.js
Fixed
#200
: A new instanceof of math.js must now be created as
math.create([options])
instead of
math([options])
2014-08-03 21:42:12 +02:00
ResultSet.test.js
Multi-line expressions now return a
ResultSet
instead of an
Array
.
2014-07-18 21:34:37 +02:00
Unit.test.js
Objects
Complex
,
Unit
, and
Help
now return their string representation when calling
.valueOf()
(see
#190
)
2014-06-17 22:14:12 +02:00