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 |
|
Sebastien Piquemal
|
0084920875
|
merged random functions with develop
|
2013-08-07 20:37:26 +04:00 |
|
Sebastien Piquemal
|
31e6767824
|
minor fixes
|
2013-08-07 20:19:53 +04:00 |
|
josdejong
|
10633d7237
|
Minor improvements in the static functions of prototypes
|
2013-08-07 14:42:02 +02:00 |
|
josdejong
|
4b20d7cb88
|
Directly export prototypes as module.exports
|
2013-08-07 14:22:44 +02:00 |
|
josdejong
|
283e76e4e9
|
Packed all functions in a closure (makes them environment independent)
|
2013-08-07 14:12:07 +02:00 |
|
josdejong
|
38d8091d0c
|
A little restructuring
|
2013-08-07 09:06:36 +02:00 |
|
josdejong
|
509cba8076
|
Fixed Selector initialization
|
2013-08-06 22:34:20 +02:00 |
|
josdejong
|
fe06d514e0
|
Created shared module math.js for all functions (resolves circular references)
|
2013-08-06 21:50:15 +02:00 |
|
josdejong
|
ecdb8524ce
|
Docs rewritten to modules
|
2013-08-06 02:14:10 +02:00 |
|
josdejong
|
8cc9ceb980
|
Changed all source files into node.js modules
|
2013-08-05 23:05:23 +02:00 |
|
Sebastien Piquemal
|
1b30476443
|
random and randomInt more flexible args
|
2013-08-04 18:32:30 +04:00 |
|
Sebastien Piquemal
|
1c1a84d1cf
|
refactored random, randomInt more tests
|
2013-08-04 18:06:18 +04:00 |
|
josdejong
|
6a6b5c3e61
|
Replaced all x instanceof Array with Array.isArray(x)
|
2013-08-04 14:30:38 +02:00 |
|
josdejong
|
19b507b9f0
|
Refactored all code to 2 space indentation
|
2013-08-04 14:07:47 +02:00 |
|
Sebastien Piquemal
|
e47f506eef
|
merged with develop
|
2013-08-04 12:47:28 +04:00 |
|
Sebastien Piquemal
|
dca7208fb1
|
merged randomMatrix to random
|
2013-08-04 12:42:01 +04:00 |
|
josdejong
|
0fef35409b
|
Fixed #44: allow multiple unary minus operators after each other
|
2013-08-03 13:04:54 +02:00 |
|
josdejong
|
3726918ba4
|
Updated readme and history
|
2013-08-03 12:42:52 +02:00 |
|
josdejong
|
0102cc3c67
|
Removed method util.forEach
|
2013-08-03 12:33:20 +02:00 |
|
Sebastien Piquemal
|
e2c4248a97
|
added randomMatrix function
|
2013-08-02 18:55:59 +04:00 |
|
Sebastien Piquemal
|
10645f01d0
|
added pickRandom
|
2013-08-02 17:58:26 +04:00 |
|
Sebastien Piquemal
|
a71250a7dd
|
added argument check
|
2013-08-02 17:49:21 +04:00 |
|
Sebastien Piquemal
|
27ec472a4d
|
merged with develop
|
2013-08-02 15:52:22 +04:00 |
|