3327 Commits

Author SHA1 Message Date
jos
8b5eb89a02 Minor tweaks in the docs 2018-06-16 14:57:28 +02:00
jos
dff0a57219 Some fixes in examples 2018-06-16 14:32:47 +02:00
jos
a61a0fff43 Updated history 2018-06-16 09:53:31 +02:00
Jos de Jong
ca3e9bfdeb
Merge pull request #1132 from ssaket/develop
complex.js integration #964
2018-06-16 09:47:28 +02:00
ssaket
5b60ff9231 added test case 2018-06-15 12:32:58 +05:30
jos
4ca1d563b8 Drop official support for IE9/IE10 2018-06-14 21:00:58 +02:00
ssaket
886b291fc3 modified the error log 2018-06-14 22:53:51 +05:30
ssaket
f06badd172 applied suggested changes on the docs 2018-06-14 21:22:35 +05:30
ssaket
9bf6a30332 fixed lint issues 2018-06-14 20:27:53 +05:30
ssaket
a5dcb02410 updated docs of complex numbers -issue:964 2018-06-14 18:47:13 +05:30
ssaket
f473064768 Extend the factory function math.complex() to support math.complex({abs: ..., arg: ..}) 2018-06-14 18:46:28 +05:30
jos
e565f09490 Updated history 2018-06-13 21:57:56 +02:00
jos
88263c47c7 Woohoo fixed the last lint errors 2018-06-13 21:51:09 +02:00
jos
e844004cbf Removed redundant escape characters 2018-06-13 21:15:10 +02:00
jos
b0ec2d4739 Fixed undefined variables/globals 2018-06-13 18:09:19 +02:00
jos
9170e27618 Don't use multi line strings 2018-06-13 17:59:33 +02:00
jos
4254b7413f Dropped support for (non-primitive) instances of Number, Boolean, and String from functions clone and typeof 2018-06-13 17:56:18 +02:00
jos
600cfb403a Fix return statement should not contain assignment 2018-06-13 17:37:27 +02:00
jos
0583771e4e Cleanup unused variables and imports 2018-06-13 17:25:51 +02:00
jos
b7edef2d18 Fixed inconsistent curly braces of cde blocks 2018-06-13 16:59:43 +02:00
jos
fdf3dca4ba disable warnings on unmodified loop condition 2018-06-13 16:45:04 +02:00
jos
cfd7698867 Fixed duplicate variable definitions 2018-06-13 16:36:13 +02:00
jos
0513898a4b Fix using new for side effects 2018-06-13 16:31:18 +02:00
jos
4507f90fd7 Fixed lower case naming of DenseMatrix 2018-06-13 16:18:21 +02:00
jos
c2518dcf60 Fixed lower case naming of MatrixIndex 2018-06-13 16:17:06 +02:00
jos
f1ce473457 Consistend camel case naming of variables and functions 2018-06-13 16:09:51 +02:00
jos
b1777e3cf9 Fixed mixing || and && in expressions 2018-06-13 15:38:57 +02:00
jos
1f0a37a0cb Split initialized 'const' declarations into multiple statements 2018-06-13 15:31:37 +02:00
jos
b6b36bfd9b Use strict equality checks everywhere (=== and !==) 2018-06-13 15:02:21 +02:00
jos
17f07ec098 Fixed incompatibility with v4 (index.js file) 2018-06-13 14:02:50 +02:00
jos
6d340e0faa Fixed import.js not being documented correctly in the function reference 2018-06-13 13:34:27 +02:00
jos
b3b96749bf Refactored var into const/let, and removed a lot of semicolons 2018-06-13 12:21:14 +02:00
jos
934ea83df7 Fixed linting issues "Expected consistent spacing" 2018-06-12 21:38:11 +02:00
jos
c2777c856b Fixed linting issues "Unexpected template string expression" 2018-06-12 21:18:45 +02:00
jos
adccb818ea Replace tabs with spaces 2018-06-10 20:51:53 +02:00
jos
024b2a9e26 Fix most lint errors using npx standard --fix 2018-06-10 20:28:27 +02:00
jos
f76b3aef15 Add standardjs linter 2018-06-10 20:27:52 +02:00
jos
30821d0113 Update history.md 2018-06-10 14:14:57 +02:00
jos
b3568a4c4a Merge branch 'fix-derivative-tex' of https://github.com/joelhoover/mathjs into joelhoover-fix-derivative-tex 2018-06-10 14:08:56 +02:00
jos
3261d6fb0b Update history.md 2018-06-09 21:20:40 +02:00
Jos de Jong
15011c9ac1
Merge pull request #1129 from josdejong/develop_es6
ES6+ setup (WIP)
2018-06-09 14:10:18 +02:00
jos
537d2d4986 Create tests for the bundles, run on prepublish only 2018-06-09 14:01:50 +02:00
jos
9b942b0099 Configure babel in karma 2018-06-09 13:28:35 +02:00
Joel Hoover
260b448dc7 Use getType insead of using to removed valueType in derivative 2018-06-07 22:04:22 -04:00
Joel Hoover
6722b448d1 Merge branch 'develop' into fix-derivative-tex 2018-06-07 21:43:20 -04:00
Joel Hoover
d2164c4fc5 Properly handle TeXing of 'derivative', and added test cases for regression (fixes josdejong/mathjs#1103) 2018-06-07 21:39:16 -04:00
jos
66b81969f5 Removed test:cli script again 2018-06-06 22:24:33 +02:00
jos
5aa958c870 Renamed node-test to test-node, run compile and cli testing too on npm test 2018-06-06 22:22:50 +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
42aef43f2f Fix compiling before testing 2018-06-06 21:36:37 +02:00