jos
|
e3211a7efc
|
Move all is* functions like isComplex into is.js
|
2018-10-31 15:28:51 +01:00 |
|
jos
|
b6ab40cf88
|
Fixed #1214: median and other functions not neatly handling NaN
|
2018-08-21 21:16:15 +02:00 |
|
jos
|
9b2d2d4611
|
Release v5.1.0
|
2018-08-12 21:35:20 +02:00 |
|
Jos de Jong
|
d711cb1132
|
Fixed a typo in an example
|
2018-07-28 16:57:05 +02:00 |
|
Jos de Jong
|
6abe31803e
|
Insert zero width white spaces to prevent the table from getting too wide (see #1176)
|
2018-07-19 21:11:45 +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
|
b6b36bfd9b
|
Use strict equality checks everywhere (=== and !==)
|
2018-06-13 15:02:21 +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
|
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
|
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
|
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
|
fe06d514e0
|
Created shared module math.js for all functions (resolves circular references)
|
2013-08-06 21:50:15 +02:00 |
|
josdejong
|
8cc9ceb980
|
Changed all source files into node.js modules
|
2013-08-05 23:05:23 +02: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 |
|
josdejong
|
0fef35409b
|
Fixed #44: allow multiple unary minus operators after each other
|
2013-08-03 13:04:54 +02:00 |
|
josdejong
|
e9b9f0c4e3
|
Changed matrix indexes from one-based to zero-based (Fixed #23)
|
2013-07-21 22:11:11 +02:00 |
|
josdejong
|
fdfc6697e1
|
Implemented constants true, false.
Implemented function boolean(value)
|
2013-07-21 14:12:37 +02:00 |
|
josdejong
|
881889dec0
|
Renamed unaryminus to unary
|
2013-07-08 14:11:42 +02:00 |
|
josdejong
|
a8879df0a8
|
Added the docs again to the library (yes yes that makes it bigger. We wil enable custom, stripped builds later on)
|
2013-07-04 13:40:09 +02:00 |
|
josdejong
|
9d246aa021
|
Fixed a bug in determining node dependencies in function assignments
|
2013-06-26 21:37:44 +02:00 |
|
josdejong
|
47980ca81b
|
Implemented custom node handler in the parser
|
2013-06-26 13:19:15 +02:00 |
|
josdejong
|
4dda904e8b
|
Released version 0.9.1
|
2013-06-14 21:49:17 +02:00 |
|
josdejong
|
01400af0db
|
Fixed Complex constructor not accepting NaN as parameter (see also issue 14)
|
2013-06-13 20:11:50 +02:00 |
|
josdejong
|
8f03cc2226
|
Implemented element wise operators .* ./ .^
|
2013-05-31 22:27:58 +02:00 |
|
josdejong
|
f2b1b2ad9f
|
Implemented element wise functions edivide, emultiply, and epow
|
2013-05-31 20:47:45 +02:00 |
|
josdejong
|
134b8fe07c
|
Implemented construction function string
|
2013-05-29 21:06:12 +02:00 |
|
josdejong
|
19f7150b23
|
Updated documentation on eval, parse, and parser
|
2013-05-24 19:57:41 +02:00 |
|
josdejong
|
1f6bcc8542
|
Implemented function math.parse(expr [,scope]), extended function math.expr(expr [,scope]).
|
2013-05-21 21:01:34 +02:00 |
|
josdejong
|
0090fdd925
|
Extended import function
|
2013-05-18 20:11:03 +02:00 |
|
josdejong
|
6bd857ca7e
|
Implemented index parameter 'end'
|
2013-05-09 14:47:23 +02:00 |
|
josdejong
|
a8331f958c
|
math.eval supports variables and multiple expressions now. Removed the readonly option from Parser and Scope.
|
2013-05-05 20:54:10 +02:00 |
|
josdejong
|
2d34cb5fc0
|
Named function 'eval' not allowed in strict mode
|
2013-04-27 21:18:37 +02:00 |
|
josdejong
|
8e48001e59
|
Changed second parameter of method import to an object with options.
|
2013-04-20 15:13:49 +02:00 |
|
josdejong
|
597439cc07
|
Added matrix support for function eval
|
2013-04-20 14:08:44 +02:00 |
|
josdejong
|
7d5982035b
|
Updated documentation of all methods. Changed cube and square to evaluate matrices element wise.
|
2013-04-20 14:04:34 +02:00 |
|
josdejong
|
a90b5ffc0b
|
Fixed an error in math.typeof on Internet Explorer.
|
2013-04-18 21:25:52 +02:00 |
|
josdejong
|
2742ab4fd5
|
Removed all instanceof checks for Range
|
2013-04-14 14:32:24 +02:00 |
|
josdejong
|
b851f418e5
|
Implemented math.eval and a readonly option for the Parser and Scope.
|
2013-04-13 10:28:10 +02:00 |
|
josdejong
|
f6ae1d70e7
|
Fixed method typeof, did not work correctly in the minified version of the library
|
2013-04-13 01:03:59 +02:00 |
|
josdejong
|
89a4bdd671
|
Renamed Chain to Selector and chain to select
|
2013-04-13 00:13:03 +02:00 |
|