Max Bruckner
c72071dfb7
OperatorNode: toTex support for implicit multiplication
...
Use the option `implicit` with the value `hide` to not show the
multiplication sign for implicit multiplication. This is the default.
Use `show` otherwise.
2016-03-19 19:09:14 +01:00
Max Bruckner
65817dbf03
OperatorNode: toString support for implicit multiplication
...
Use the option `implicit` with the value `hide` to not show the
multiplication sign for implicit multiplication. This is the default.
Use `show` otherwise.
2016-03-19 18:48:54 +01:00
Max Bruckner
876740e123
fix: ParenthesisNode doesn't print parentheses with empty options
...
When the options to toString or toTex where an empty object,
ParenthesisNode didn't fall back to the default 'keep' behavior.
2016-03-19 18:38:58 +01:00
Max Bruckner
6f39ec5da9
OperatorNode: new 'implicit' attribute to mark implicit multiplication
...
This also modifies the parser to set this attribute
2016-03-19 14:25:58 +01:00
jos
aaa153d9e9
Some minor fixes in the docs
2016-03-19 13:15:01 +01:00
jos
e84af96cf4
Fixed #609 : error in the example code for function parse
2016-03-19 09:42:02 +01:00
jos
1089cd4d2a
Fixed #597 : restored support for implicit multiplication like 2(3+4)
2016-03-12 13:30:47 +01:00
jos
15aca5e4d0
Changed casing of the values of config options number and matrix to match the actual name of the classes.
2016-03-04 19:41:54 +01:00
jos
be3fe35063
Fixed some categories in docs. Added expression docs for config and typed
2016-03-03 19:26:29 +01:00
jos
1dd3a0e492
Expression parser now allows assignments inside objects, indexes, and function arguments
2016-03-03 19:25:42 +01:00
jos
41949b2253
Fixed IndexError not always providing a max property
2016-02-29 20:41:52 +01:00
jos
f8064b2f61
Fixed broken urls in docs/index.js
2016-02-27 20:44:01 +01:00
jos
4d3988fa91
Reorganized expression docs a bit
2016-02-27 20:41:59 +01:00
jos
12eee9e856
Moved filter, forEach, map, partitionSelect, sort from utils to matrix section
2016-02-27 20:00:42 +01:00
jos
a60a70e6b9
Store dot notation in IndexNode
2016-02-27 11:36:47 +01:00
jos
89e1238fed
Implemented read-only name-properties for AccessorNode and AssignmentNode, improved the name property of FunctionNode
2016-02-27 11:17:34 +01:00
jos
dc1e800314
Updated docs and history on expression parser nodes
2016-02-26 21:03:04 +01:00
jos
2869c37af9
Renamed Index.ranges to Index.dimensions
2016-02-26 20:51:09 +01:00
jos
0d6e7521d3
More unit tests
2016-02-26 20:15:52 +01:00
jos
4d1cd06285
Implemented new AssignmentNode and everything around it. Changed matrices not to clone elements when getting/setting a subset
2016-02-26 15:30:17 +01:00
jos
9173fbd3b8
Large refactoring of nodes: AssignmentNode. UpdateNode, AccessorNode, IndexNode
2016-02-25 15:02:44 +01:00
jos
fad5d8cc07
Merged parseFunctions and parseIndex into parseAccessors. Restricted support for implicit multiplication, execute as accessors instead
2016-01-09 21:11:29 +01:00
jos
b7bd078def
Added name property to UpdateNode
2016-01-08 22:27:19 +01:00
jos
1a1461cf89
Assignments in the expression parser now return the assigned value rather than the created or updated object (see #533 )
2016-01-08 21:47:09 +01:00
jos
15b640fcea
Merge branch 'develop' into feature/objectsupport
...
Conflicts:
HISTORY.md
2016-01-08 20:33:22 +01:00
Max Bruckner
49e3fb7fad
ConditionalNode: simplify LaTeX by using the 'cases' environment
2016-01-05 10:53:11 +01:00
Max Bruckner
a75abeb58e
ObjectNode: prettier LaTeX output
2016-01-05 00:36:47 +01:00
jos
5ee4b81c62
Implemented dot notation for object properties
2016-01-03 14:56:29 +01:00
jos
8d3d58e724
Implemented ObjectNode and object support in the expression parser
2016-01-02 23:00:14 +01:00
jos
edf4e24e21
Some refactoring
2016-01-02 20:57:13 +01:00
jos
050573f4f3
Some refactoring
2016-01-02 20:46:12 +01:00
jos
476b75b33b
Fixed a bug in the toString method of an IndexNode
2016-01-02 15:56:50 +01:00
jos
2adf01e548
Getting/setting object properties working (still needs a refactoring step)
2016-01-02 15:16:12 +01:00
jos
2ef1a96094
Fixed broken unit test
2015-12-05 11:57:28 +01:00
jos
931736658d
Added support for getting/setting object properties to Index and math.subset
2015-12-04 09:53:35 +01:00
jos
9ffab397b6
Fixed #485 : Scoping issue with variables both used globally as well as in a function definition
2015-11-28 21:20:25 +01:00
jos
fa86d87e44
Fixed function number not supporting Fraction input
2015-11-27 21:44:07 +01:00
jos
526c1ddfc8
Fixed #503 : Removed trailing commas and the use of keyword import as
...
property, as this gives issues with old JavaScript engines
2015-11-13 21:10:00 +01:00
jos
a404a7d16e
Fixed docs of logical not
2015-10-25 12:34:09 +01:00
jos
d9f237d29b
Added support in the expression parser for mathematical alphanumeric symbols (see #265 )
2015-09-25 20:47:38 +02:00
jos
b0b1e296c9
Added missing docs for distance
2015-09-19 20:42:55 +02:00
jos
54e922d736
Implemented function hypot.
2015-09-17 20:39:29 +02:00
jos
d818e48321
Added support for units to cbrt
2015-09-17 19:48:25 +02:00
jos
a21b4da999
Updated docs an added unit test for returning all cubic roots of a real number.
2015-09-17 09:22:57 +02:00
jos
4d18dcb3e4
Implemented function cbrt for numbers, BigNumbers, and complex numbers
2015-09-16 22:37:06 +02:00
jos
0dfc8d1d3e
Fixed inconsistent parsing of implicit multiplication (see #322 )
2015-09-13 21:40:14 +02:00
jos
efcd0cc1fe
Fixed #463 : inconsistent handling of implicit multiplication
2015-09-13 21:13:35 +02:00
jos
fc3555119e
Released v2.2.0
2015-08-30 15:38:31 +02:00
jos
b7206b1c7f
Added some more missing docs
2015-08-11 21:07:38 +02:00
jos
7e40d0a464
Added docs for physical constants in expression parser help
2015-08-11 21:02:25 +02:00