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
/
test
/
util
History
josdejong
26c0332883
On mixed Number/BigNumber inputs, all operators now downgrade the inputs if Number is a fraction.
2013-11-23 10:28:42 +01:00
..
array.test.js
Simplified and reworked the
Matrix
class. Implemented functions
Matrix.get
and
Matrix.set
2013-11-09 21:36:03 +01:00
boolean.test.js
Fixed
#56
: not allowing matrices with empty dimensions like
[[],[]]
2013-08-10 22:06:20 +02:00
error.test.js
Fixed
#56
: not allowing matrices with empty dimensions like
[[],[]]
2013-08-10 22:06:20 +02:00
number.test.js
On mixed Number/BigNumber inputs, all operators now downgrade the inputs if Number is a fraction.
2013-11-23 10:28:42 +01:00
object.test.js
Fixed
#56
: not allowing matrices with empty dimensions like
[[],[]]
2013-08-10 22:06:20 +02:00
string.test.js
Fixed
#56
: not allowing matrices with empty dimensions like
[[],[]]
2013-08-10 22:06:20 +02:00
types.test.js
Fixed
#56
: not allowing matrices with empty dimensions like
[[],[]]
2013-08-10 22:06:20 +02:00