jos
|
1f0a37a0cb
|
Split initialized 'const' declarations into multiple statements
|
2018-06-13 15:31:37 +02:00 |
|
jos
|
17f07ec098
|
Fixed incompatibility with v4 (index.js file)
|
2018-06-13 14:02:50 +02:00 |
|
jos
|
b3b96749bf
|
Refactored var into const/let, and removed a lot of semicolons
|
2018-06-13 12:21:14 +02:00 |
|
jos
|
024b2a9e26
|
Fix most lint errors using npx standard --fix
|
2018-06-10 20:28:27 +02:00 |
|
jos
|
635cd0b574
|
Revert using /lib/ in tests, use /src/ again. Fixed coverage testing. WIP
|
2018-06-06 22:11:52 +02:00 |
|
jos
|
79071b5e4f
|
Fixed npm run test:browser not working (WIP)
|
2018-06-06 21:30:41 +02:00 |
|
jos
|
0c084b8e20
|
npm test working now
|
2018-06-06 15:36:36 +02:00 |
|
Jos de Jong
|
553531b57c
|
Merge pull request #1093 from harrysarson/sep-tests
Separate tests that depend on node
|
2018-05-10 19:40:12 +02:00 |
|
jos
|
0abdfbe590
|
Upgraded dependencies for complex.js and fraction.js (see #1100)
|
2018-05-07 21:16:07 +02:00 |
|
Harry Sarson
|
45fa1edb16
|
remove now unused require for matrixmarket
The code that depended on matrixmarket has been removed in c23761be but
I forgot to remove the `require()` in that commit.
|
2018-05-02 15:20:43 +01:00 |
|
Harry Sarson
|
c23761bee0
|
separate tests that depend on node
Ddds new directory 'test/node' for tests which require node.
In practice these tests are the ones that depend on matrixmarket.
|
2018-05-01 17:38:51 +01:00 |
|
jos
|
4469f6bd0c
|
Remove support for implicit conversion of null to 0. See #830.
|
2018-01-23 20:26:38 +01:00 |
|
jos
|
02b1478e6d
|
Fixed #954: Functions add and multiply not working when passing three or more arrays or matrices
|
2017-10-18 19:58:31 +02:00 |
|
jos
|
a168041374
|
Functions add and multiply now accept more than two arguments. See #739.
|
2016-11-18 15:06:37 +01:00 |
|
jos
|
c9591339b1
|
Throw an error for implicit conversion between BigNumber and Fraction (see #710)
|
2016-11-05 19:44:04 +01:00 |
|
jos
|
3aa38eef62
|
Fixed #529: Matrix multiplication no longer squeezes scalar outputs (breaking change)
|
2016-01-08 21:20:33 +01:00 |
|
Eric
|
34f991949d
|
Added support for complex units
|
2015-11-28 20:09:22 +00:00 |
|
jos
|
2e1d943595
|
Extended arithmetic functions with support for Units with BigNumber/Fraction value. (One failing unit test!)
|
2015-11-28 11:04:36 +01:00 |
|
Eric
|
2968f2b4ff
|
Almost done with unit prefix powers
|
2015-08-23 21:00:52 +00:00 |
|
jos
|
a94f0c6c5e
|
Merge branch 'feature-derived-units' of https://github.com/ericman314/mathjs into ericman314-feature-derived-units
Conflicts:
examples/units.js
|
2015-08-05 21:04:53 +02:00 |
|
Eric
|
7ce39f1084
|
Finished upgrades to unit type. Adjusted several unit tests.
|
2015-08-01 18:35:46 +00:00 |
|
jos
|
d15751b041
|
Fixed operations with mixed fractions and numbers be converted to numbers instead of fractions.
|
2015-07-28 20:48:55 +02:00 |
|
Ubuntu
|
f583855261
|
First attempt at derived units. Updated unit tests and examples.
|
2015-07-25 18:48:04 +00:00 |
|
jos
|
ec3ad5461f
|
Added Fraction support for cube and square. Fixed operations on Fractions mutating the original fraction.
|
2015-05-12 21:26:51 +02:00 |
|
jos
|
44b2129740
|
Added Fraction support for abs, gcd, mod. Added a valueOf() method to Fraction
|
2015-05-12 13:25:05 +02:00 |
|
jos
|
73f2dc2601
|
Implemented Fraction (using library fraction.js) for add, subtract, multiply, divide.
|
2015-05-12 11:42:57 +02:00 |
|
rjbaucells
|
2512b74b85
|
Matrix datatype
|
2015-04-28 20:11:32 -04:00 |
|
rjbaucells
|
69b44f52e6
|
Typed SparseMatrix
|
2015-04-27 20:57:37 -04:00 |
|
Rogelio J. Baucells
|
d535bc9aaf
|
SparseMatrix pattern
|
2015-04-27 16:58:47 -04:00 |
|
Rogelio J. Baucells
|
4347a3d16f
|
sparse arithmetic updates
|
2015-04-27 12:03:59 -04:00 |
|
Rogelio J. Baucells
|
748fe0d0fb
|
CcsMatrix refactoring
|
2015-04-24 11:13:17 -04:00 |
|
rjbaucells
|
3abb15d375
|
test comments
|
2015-04-22 20:23:23 -04:00 |
|
rjbaucells
|
0a7fe85e01
|
multiply() tests
|
2015-04-22 20:06:45 -04:00 |
|
rjbaucells
|
319a4975a9
|
Revert "multiply() tests"
This reverts commit 961a15ae778829bf176e1c80e02b22831ec7a7e5.
|
2015-04-22 20:04:12 -04:00 |
|
rjbaucells
|
961a15ae77
|
multiply() tests
|
2015-04-22 20:04:02 -04:00 |
|
rjbaucells
|
a2d2e24e76
|
multiply() refactoring
|
2015-04-22 19:46:35 -04:00 |
|
jos
|
6e96d5a808
|
Merge branch 'develop' into v2
Conflicts:
HISTORY.md
bower.json
component.json
dist/math.js
dist/math.map
dist/math.min.js
lib/function/arithmetic/abs.js
lib/function/probability/gamma.js
lib/version.js
package.json
|
2015-04-22 21:43:56 +02:00 |
|
Max Bruckner
|
8ad525b66e
|
util/latex: get rid of many unnecessary curly braces
|
2015-04-19 11:08:00 +02:00 |
|
jos
|
349e9845e8
|
Merge branch 'develop' into v2_merge
Conflicts:
HISTORY.md
bower.json
component.json
dist/math.js
dist/math.map
dist/math.min.js
docs/reference/units.md
lib/version.js
package.json
test/function/construction/chain.test.js
test/function/matrix/det.test.js
test/function/matrix/transpose.test.js
test/function/utils/import.test.js
|
2015-04-13 21:42:43 +02:00 |
|
Max Bruckner
|
7adf0ebc53
|
LaTeX tests for functions
|
2015-04-05 14:29:10 +02:00 |
|
Rogelio J. Baucells
|
849386ff24
|
DenseMatrix multiply(), partial
|
2015-03-20 17:57:43 -04:00 |
|
jos
|
cdd7bb8a83
|
Updated to typed-function 0.6.2, fixing a couple of bugs. Conversion from BigNumber to Complex added.
|
2015-02-26 21:51:25 +01:00 |
|
jos
|
150add879a
|
Better error message on conversion of number to BigNumber when having more than 15 digits
|
2015-02-16 09:31:41 +01:00 |
|
jos
|
f532155c7d
|
Refactored multiply to a typed-function
|
2015-02-07 21:03:26 +01:00 |
|
jos
|
19c2024524
|
Halfway reworking more functions (lot of stuff is broken at this point)
|
2015-01-17 21:09:39 +01:00 |
|
jos
|
da306e26ed
|
Implemented support for null in all functions (see #205)
|
2014-08-09 16:27:11 +02:00 |
|
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 |
|
jos
|
e5ce909524
|
Reworked the way matrices are resized when dimensions are added/removed
|
2014-08-03 15:56:39 +02:00 |
|
jos
|
5e1cfbf545
|
Implemented implicit multiplication. Fixed a bug with multiplying non-valued temperatures with a number
|
2014-06-30 13:43:50 +02:00 |
|
jos
|
7dbba81eca
|
Output of matrix multiplication is now consistently squeezed
|
2014-05-18 15:14:09 +02:00 |
|