jos
575346d71e
Updated history
2018-07-07 13:08:49 +02:00
jos
1c0bc02c85
Merge branch 'enable-constants-without-complex' of https://github.com/ChristopherChudzicki/mathjs into ChristopherChudzicki-enable-constants-without-complex
...
# Conflicts:
# package-lock.json
2018-07-07 12:48:18 +02:00
jos
c3827d7411
Fixed #1137 : simplify unnecessarily replacing implicit multiplication with explicit multiplication
2018-07-06 22:17:43 +02:00
jos
a9b9ed029e
Merge branch 'develop' into fix/simplify_implicit_multiplication
2018-07-06 21:00:40 +02:00
jos
995c4fbb65
Make linter happy
2018-07-04 21:10:57 +02:00
jos
0d93fff878
Fixed #1146 : rationalize throwing exceptions for some input with decimals
2018-07-04 21:06:55 +02:00
jos
f6f7bd2b25
Fixed #1088 : function arguments not being passed to rawArgs functions
2018-07-04 14:05:07 +02:00
jos
3ee6201981
Fixed advanced example add_new_datatypes, upgraded dependencies
2018-07-04 12:26:38 +02:00
Chris Chudzicki
356aca494b
enable bundling constants without complex
2018-07-03 22:58:37 -04:00
jos
4052d59fea
Release v5.0.1
2018-07-01 15:17:19 +02:00
jos
06dda6fc95
Fix keeping implicit multiplication in simplify (WIP)
2018-07-01 15:10:43 +02:00
gap
d15498715d
Improve debugging support
...
When this error is encountered in the field, I see it via honeybadger, but I have none of the context about what unit it was called in, and what unit it was being converted to. Help the debugging by adding some info to the exception. I'm not entirely sure that 'toString' is what I want here - perhaps others in the community can help make that the right expression?
2018-06-16 14:22:21 -05:00
jos
f0e5ed5774
Released v5.0.0
2018-06-16 15:12:57 +02:00
ssaket
886b291fc3
modified the error log
2018-06-14 22:53:51 +05:30
ssaket
9bf6a30332
fixed lint issues
2018-06-14 20:27:53 +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
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
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
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
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
b4c4050dd0
Moved lib to src (WIP)
2018-06-06 15:03:00 +02:00
jos
35329d7db4
Move lib to src
2018-06-06 14:37:39 +02:00
Sebastien Piquemal
aa0249d458
fixed npm install, changed src to lib
2013-08-14 15:00:12 +04:00
josdejong
3f79c70473
Improved module structure, removed references to a global namespace
2013-08-11 20:42:32 +02:00
josdejong
fee1c51272
Fixed getting/setting subset of an Array via the parser
2013-08-11 14:47:33 +02:00
josdejong
52ed2826f5
Updated docs and examples for changed range syntax
2013-08-11 14:46:23 +02:00
josdejong
b6f51128f0
Added function description to the output of help
2013-08-11 13:55:14 +02:00
josdejong
20e4456747
Fixed #26 : functions ones and zeros now adhere to geometric dimensions.
2013-08-11 13:33:11 +02:00
josdejong
0b45b89dd0
Fixed #56 : not allowing matrices with empty dimensions like [[],[]]
2013-08-10 22:06:20 +02:00
josdejong
d76602a2ee
Changed syntax of range to range(start, end [, step])
2013-08-09 22:33:58 +02:00
josdejong
aa471db411
Upperbound of range is now excluded
2013-08-09 22:09:46 +02:00
josdejong
e1f890e1f6
Added a ton of semicolons ;)
2013-08-07 20:52:43 +02:00