jos
|
a172b52fdc
|
Renamed raw to rawArgs (see #207)
|
2014-08-18 09:02:04 +02:00 |
|
jos
|
fb68d73576
|
Fixed a bug in initializing of the parser
|
2014-08-17 22:32:31 +02:00 |
|
jos
|
1c96d1ee9d
|
Expressions in the expression parser can now be spread over multiple lines
|
2014-08-17 22:24:57 +02:00 |
|
jos
|
4370629159
|
Documented function transforms and custom argument parsing
|
2014-08-17 11:44:14 +02:00 |
|
jos
|
4a98f6efd4
|
Updated docs
|
2014-08-16 18:00:23 +02:00 |
|
jos
|
8f9995cd37
|
Changed default value of the option wrap of function math.import to false, and fixed a but in math.import
|
2014-08-16 17:56:13 +02:00 |
|
jos
|
f23c87c4f7
|
renamed __transform__ to transform
|
2014-08-16 17:41:37 +02:00 |
|
jos
|
396777f724
|
Raw functions are now invoked as fn(args, math, scope)
|
2014-08-16 15:06:11 +02:00 |
|
jos
|
99fc9a0ead
|
Implemented support for raw functions
|
2014-08-16 12:13:57 +02:00 |
|
jos
|
e5d14ca3dd
|
Some refactoring of the FunctionNode
|
2014-08-16 11:13:24 +02:00 |
|
jos
|
41663147e6
|
Implemented function sort
|
2014-08-14 22:24:15 +02:00 |
|
jos
|
bfa6b6ea45
|
Updated docs
|
2014-08-12 22:36:45 +02:00 |
|
jos
|
831a82cd22
|
Merge remote-tracking branch 'origin/develop' into develop
|
2014-08-12 22:36:16 +02:00 |
|
jos
|
7f6b13a797
|
Changed the default value of new entries in resized matrices to zero.
|
2014-08-12 22:35:56 +02:00 |
|
jos
|
0860c70a6e
|
Implemented function flatten
|
2014-08-12 21:17:27 +02:00 |
|
jos
|
366b11e6c6
|
Fixed a broken link
|
2014-08-12 18:12:23 +02:00 |
|
Jos de Jong
|
04a6cecc53
|
Merge pull request #208 from pavpanchekha/develop
Numerical imprecision in complex square root
|
2014-08-12 14:15:47 +02:00 |
|
Pavel Panchekha
|
2ef53ce069
|
Changed calculation of math.sqrt to avoid numerical problems when re < 0
|
2014-08-11 17:34:06 -07:00 |
|
Pavel Panchekha
|
24cdfb90a7
|
Added test to test for numerical issues just fixed
|
2014-08-11 17:34:00 -07:00 |
|
jos
|
d274a50cbf
|
Fixed #205: A returned matrix subset is now only squeezed when the index consists of scalar values, and no longer for ranges resolving into a single value.
|
2014-08-09 16:48:00 +02:00 |
|
jos
|
da306e26ed
|
Implemented support for null in all functions (see #205)
|
2014-08-09 16:27:11 +02:00 |
|
jos
|
dfd0a51200
|
Some updates in function docs
|
2014-08-08 20:31:35 +02:00 |
|
jos
|
f3f5819718
|
Fixed function subset not being able to return a scalar value null or undefined (see #205)
|
2014-08-06 09:46:08 +02:00 |
|
jos
|
f21234605c
|
Released version 0.26.0
v0.26.0
|
2014-08-03 22:19:35 +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
|
6b833a581c
|
Renamed FunctionNode to FunctionAssignmentNode, and renamed ParamsNode to FunctionNode for more clarity (see #203)
|
2014-08-03 21:13:24 +02:00 |
|
jos
|
94262f6f89
|
Functions map and forEach invoke the callback with one-based indices when used from within the expression parser
|
2014-08-03 21:05:36 +02:00 |
|
jos
|
a6cd7065ed
|
Improved some unit tests
|
2014-08-03 18:13:04 +02:00 |
|
jos
|
16d2e41f59
|
Improved function unsqueeze
|
2014-08-03 18:04:57 +02:00 |
|
jos
|
e5ce909524
|
Reworked the way matrices are resized when dimensions are added/removed
|
2014-08-03 15:56:39 +02:00 |
|
jos
|
72e9bcf6ba
|
Fixed broken auto completion in CLI
|
2014-08-02 22:21:34 +02:00 |
|
jos
|
2edb462615
|
Fixed function gxcd returning an Array when math.js was configured as {matrix: 'matrix'}.
|
2014-07-24 22:15:22 +02:00 |
|
jos
|
1eb4b33d93
|
Implemented BigNumber support for functions gcd, xgcd, and lcm
|
2014-07-24 22:08:46 +02:00 |
|
jos
|
7b08047061
|
Changed min, max, and mean to one-based dim
|
2014-07-24 21:35:11 +02:00 |
|
jos
|
1647960756
|
Removed redundant jake utils
|
2014-07-22 09:03:46 +02:00 |
|
jos
|
d02406c35e
|
Documented aliases of units
|
2014-07-21 22:20:24 +02:00 |
|
jos
|
8200955d71
|
Removed unnecessary names of functions
|
2014-07-21 22:14:27 +02:00 |
|
jos
|
302aa17788
|
Index now accepts a Matrix as well as input, downgrades to Array
|
2014-07-21 21:43:20 +02:00 |
|
jos
|
2a0ccce90c
|
A faster algorithm for BigNumber pi
|
2014-07-21 21:32:18 +02:00 |
|
jos
|
8c224d3e71
|
Moved transformation of error messages (zero-based to one-based) to the expression/transform section
|
2014-07-20 20:45:10 +02:00 |
|
jos
|
59de16801e
|
Renamed function category "Comparison" with "Relational"
|
2014-07-20 12:40:34 +02:00 |
|
jos
|
21b34cfa1a
|
Implemented transforms, moved all one-based to zero-based logic for expressions to transforms.
|
2014-07-19 21:47:15 +02:00 |
|
jos
|
c89183f1c6
|
Implemented BigNumber support for all constants
|
2014-07-19 14:37:55 +02:00 |
|
jos
|
e171b05ae2
|
Merge remote-tracking branch 'origin/develop' into develop
|
2014-07-18 23:19:40 +02:00 |
|
jos
|
40986a1325
|
Using strict mode now in all files (added 'use strict'; on top of every file)
|
2014-07-18 23:19:14 +02:00 |
|
jos
|
1a9ceac955
|
Multi-line expressions now return a ResultSet instead of an Array.
|
2014-07-18 21:34:37 +02:00 |
|
jos
|
62a446ab34
|
Improved index out of range errors.
|
2014-07-17 21:00:24 +02:00 |
|
Jos de Jong
|
d749332b0b
|
Merge pull request #195 from kelonye/develop
fixed component.json
|
2014-07-03 21:57:16 +02:00 |
|
Mitchel Kelonye
|
f64ce0102e
|
fixed component.json
|
2014-07-03 21:27:43 +03:00 |
|
jos
|
fa10724b95
|
Bumped version number to v0.25.1-SNAPSHOT
|
2014-07-01 20:47:57 +02:00 |
|