Max Bruckner
f4f4e3252d
Remove LaTeX of bitwise functions from util/latex.js
2015-06-14 02:23:41 +02:00
Max Bruckner
09d1bfac92
Remove LaTeX of arithmetic functions from util/latex.js
2015-06-14 02:23:41 +02:00
Favian Contreras
3591b7597d
Added test cases for trig functions, C^x, FunctionAssignmentNode, and some error cases.
2015-06-13 09:42:40 -07:00
Favian Contreras
2ca8176f1e
Added trigonometric functions, and refactored argument sanity checks. Added 'C^x' and FunctionAssignmentNodes.
2015-06-13 09:40:50 -07:00
jos
052b6cf4ed
Some minor restructuring in the docs. Moved command line debugging to the page command line interface.
2015-06-12 19:40:41 +02:00
jos
2f17bda115
Minor improvements in the docs
2015-06-10 20:54:14 +02:00
jos
a1531e0173
Minor improvements in the docs
2015-06-10 20:53:50 +02:00
jos
4314827cba
Merge remote-tracking branch 'origin/develop' into develop
2015-06-10 20:50:39 +02:00
jos
d2e8ec06f2
Fixed docgenerator for v2. Updated docs.
2015-06-10 20:50:29 +02:00
Jos de Jong
318f6b3420
Merge pull request #393 from bitwiseman/patch-2
...
Update filter.js
2015-06-10 09:15:51 +02:00
Liam Newman
c52e243dab
Update filter.js
...
Doc-only.
2015-06-09 11:54:46 -07:00
jos
955dd2c392
Implemented util function isNegative
2015-06-07 22:10:45 +02:00
jos
4bc087fa35
Implemented function isPositive and some refinements
2015-06-07 22:06:03 +02:00
jos
4d37ca2364
Removed support for complex, unit, and string from isInteger, and removed support for string from isZero
2015-06-07 21:43:55 +02:00
jos
eab7b7fdd5
Implemented util function isNumeric
2015-06-07 21:35:05 +02:00
jos
5589527f24
Implemented util function isZero
2015-06-07 21:25:53 +02:00
jos
e249b17c61
Implemented util function isInteger
2015-06-07 21:16:50 +02:00
jos
568ea0cbc6
Updated history
2015-06-07 21:05:49 +02:00
Jos de Jong
50c4bb0c71
Merge pull request #390 from FSMaxB/function-attachment
...
Attach 'toTex' to functions
2015-06-07 20:34:54 +02:00
Max Bruckner
31b4c4c7c0
Documentation for function attachments and template strings
2015-06-07 19:56:25 +02:00
Max Bruckner
1983516c2f
Tests for new templates
2015-06-07 19:26:31 +02:00
Max Bruckner
a598204fa7
Change template Syntax to ES6 like style
...
Access properties via ${property} and ${property[index]}
2015-06-07 18:49:58 +02:00
Max Bruckner
b3e8aae10c
LaTeX templates for attached toTex properties
2015-06-07 18:47:50 +02:00
Max Bruckner
665df50fc8
FunctionNode: Move latexToFunction to _toTex
2015-06-07 18:47:21 +02:00
Max Bruckner
0402d003dd
Move logic for attached toTex to _toTex
...
This is necessary because otherwise it would overwrite the behavior of a
global callback (passed in `options`).
2015-06-07 18:46:51 +02:00
Max Bruckner
0078cbcb76
Move LaTeX template expansion to FunctionNode
2015-06-07 18:46:20 +02:00
Max Bruckner
40fb34924f
Move function to LaTeX logic from util/latex to FunctionNode
2015-06-07 18:46:14 +02:00
Max Bruckner
bfc3892511
util/latex: expose expandTemplate function for external use
2015-06-07 18:43:47 +02:00
Max Bruckner
2b11b14632
Enable attaching toTex callbacks to functions
2015-06-07 18:41:25 +02:00
jos
3cf7d2c309
Conversions to v2
2015-06-07 16:53:40 +02:00
jos
1fe4dc899d
Merged latest develop to v2
2015-06-07 16:53:24 +02:00
jos
b7b4669935
Conversions after merging develop into v2
2015-06-07 15:57:58 +02:00
jos
a92b978036
Merged develop into v2
2015-06-07 15:57:41 +02:00
Jos de Jong
ea407631cb
Updated list with contributors
2015-06-07 13:59:54 +02:00
Jos de Jong
52625fbc13
Updated history
2015-06-07 13:58:57 +02:00
Jos de Jong
2705fd7bac
Merge pull request #380 from kv-kunalvyas/develop
...
Added intersection function
2015-06-07 13:57:38 +02:00
Kunal Vyas
58cfb20ffd
Wrote unit tests
...
- Added intersect.js file in lib/expression/docs
- added an entry in the index.js file in expression/docs
- modified intersect.js to give appropriate error messages
- added an entry in lib/math.js so that the test case file could find
the function
- wrote the test cases for intersect
2015-06-06 22:44:32 -04:00
Kunal Vyas
44175b5c5b
changed indentation from 4 to 2 space
2015-06-04 19:44:01 -04:00
Max Bruckner
741ab47ada
Fix ordered list
2015-06-03 16:16:54 +02:00
jos
55288ffe5a
The size of Arrays is no longer validated. Matrices will validate this on creation (still needs to be done for SparseMatrix).
2015-05-31 20:28:46 +02:00
jos
22dd649b8b
bunped version number to 1.7.1-SNAPSHOT
2015-05-31 14:40:53 +02:00
jos
672c5b09ea
Released v1.7.0
v1.7.0
2015-05-31 14:31:32 +02:00
jos
2d84debd6c
Added/updated missing docs
2015-05-31 14:29:42 +02:00
jos
82ed4ca497
Fixed #381 : issue in docs of randomInt (see also #382 )
2015-05-31 14:01:59 +02:00
jos
7347591535
Upgraded to fraction.js v2.0.0, added fraction support for pow (integer exponents only)
2015-05-31 12:21:24 +02:00
Favian Contreras
d800172062
Test derivitive function. Currently using a mix of written out Nodes, and parse to test against.
2015-05-31 02:50:14 -07:00
jos
8497423b6a
Updated history
2015-05-31 11:49:52 +02:00
Favian Contreras
6feb46ba31
Complete structure of derivitive function. Most operators are complete, with a few functions as well. Still does not handle argument errors well, even though it returns the same it received.
2015-05-31 02:49:36 -07:00
Jos de Jong
0c09a85675
Merge pull request #385 from rjbaucells/v2-sparse
...
Sparse Matrix LU decomposition using full pivoting
2015-05-31 11:49:14 +02:00
Rogelio J. Baucells
8fb42ee11b
fix tests
2015-05-29 21:34:29 -04:00