Jos de Jong
df206f73fb
Merge pull request #980 from paulobuchsbaum/new_rationalize
...
Small fix
2017-12-03 19:54:52 +01:00
paulobuchsbaum
f933639a98
Small fix
...
Denominator and Numerator fields for polynomials with more than 1 variable.
2017-12-03 00:59:45 -02:00
jos
270d28b8d2
Update history, add embedded docs for rationalize
2017-12-02 20:34:40 +01:00
Jos de Jong
7b5d30fff4
Merge pull request #978 from paulobuchsbaum/new_rationalize
...
Rationalize. Is it almost ready?
2017-12-02 19:59:28 +01:00
paulobuchsbaum
4ca4e6fa3a
Clean debug code
...
Clean all debug code
2017-11-29 19:32:42 -02:00
paulobuchsbaum
d0a13eaaa9
Rationalize Package
...
Rationalize.js, Rationalize.test.js and index.js changed.
2017-11-27 17:16:21 -02:00
jos
d7c4d28944
Fixed #975 : a wrong example in the docs of lusolve
2017-11-23 20:25:22 +01:00
Eric Mansfield
b254bc1be4
Merge pull request #958 from IvanVergiliev/simplify-exponentiation
...
Simplify nested exponentiations
2017-10-21 19:10:43 -06:00
jos
02b1478e6d
Fixed #954 : Functions add and multiply not working when passing three or more arrays or matrices
2017-10-18 19:58:31 +02:00
Ivan Vergiliev
9dde07ed11
Simplify nested exponentiations
2017-10-17 08:15:22 -07:00
ericman314
8786ad80c3
Corrected function declaration
2017-10-04 20:59:18 -06:00
Eric Mansfield
237e4b6c2d
Merge branch 'develop' into simplify-traverse
2017-10-04 20:50:49 -06:00
ericman314
32793c6e0c
Improved traversal for replacing nodes in simplify
...
Replaced the two-pass traversal with a single pass, which stops once it
replaces a node.
2017-10-04 20:48:17 -06:00
jos
e033697001
Add unit tests against infinite recursive loops in simplify
2017-10-01 20:26:30 +02:00
Eric Mansfield
27c7ca660c
Merge branch 'develop' into fix-simplify-transform
2017-09-30 22:04:42 -06:00
ericman314
b7321490bd
Fixes over-eager transforming when simplifying
...
Fixes a problem when simplifying expressions where SymbolNodes in the
input expressions are incorrectly transformed, as if they were patterns
in the right-hand-side of the rule
2017-09-30 21:59:49 -06:00
jos
18dd595b83
Merge branch 'simplify2' into develop
2017-08-28 20:21:35 +02:00
firepick1 (localhost)
5b175d56a5
#934 unaryMinus simplifyCore
2017-08-28 06:35:40 -07:00
firepick1 (localhost)
e9fa99983f
#933 nargs
2017-08-24 20:34:41 -07:00
firepick1 (localhost)
4787237b31
#933 +unaryMinus to subtract
2017-08-24 20:18:06 -07:00
firepick1 (localhost)
827ab5dc28
Merge branch 'develop' into simplify2
2017-08-24 19:56:35 -07:00
jos
83e3591925
Fixed #930 : function isNaN returning wrong result for complex numbers
2017-08-21 20:20:49 +02:00
jos
520d5f90c9
Merge branch 'simplify2' into develop
2017-08-19 14:18:41 +02:00
firepick1 (localhost)
52e29d6456
925 simplify(string, Array, Object)
2017-08-18 17:30:48 -07:00
jos
967e65cceb
Refactored usage of properties .isNode, .isSymbolNode, etc. into using functions like type.isNode(x) for security
2017-08-12 14:38:03 +02:00
jos
949261f92b
Refactored usage of properties .isRange, .isIndex, .isResultSet, and .isHelp for their (safe) function equivalents
2017-08-12 13:31:09 +02:00
jos
fa01e993af
Refactored x && x.isMatrix === true into type.isMatrix(x), same with isDenseMatrix and isSparseMatrix
2017-08-12 13:24:39 +02:00
jos
6d418b9b61
Refactored x && x.isFraction === true into type.isFraction(x)
2017-08-12 12:05:11 +02:00
jos
e10dd5bce5
Refactored x && x.isBigNumber === true into type.isBigNumber(x)
2017-08-12 11:54:53 +02:00
jos
26e70a4acd
Refactored x.isComplex === true into type.isComplex(x)
2017-08-12 11:32:40 +02:00
jos
54230e8dc9
Fixed #916 handle dynamic function calls in simplify
2017-08-12 10:39:51 +02:00
firepick1 (localhost)
dccec26cb1
#916 simplifyCore loses custom functions
2017-08-08 20:48:24 -07:00
jos
4fc0c4bb7b
Updated docs of simplify, extended algebra examples
2017-08-06 12:56:20 +02:00
jos
3bb5412466
Replace ES6 backtick
2017-08-06 11:58:22 +02:00
jos
601f1942c2
Replace ES6 functionality with ES5
2017-08-06 11:54:59 +02:00
firepick1 (localhost)
53e64ee18d
resolve scope Node values
2017-08-02 13:39:55 -07:00
firepick1 (localhost)
709f1bc075
#907 simplify.resolve
2017-08-02 07:30:00 -07:00
firepick1 (localhost)
bd870d3545
simplifyCore() performance improvement
2017-08-01 11:45:06 -07:00
jos
9666c16378
Fixed #846 : Issues in the functions map, forEach, and filter when used in the expression parser
2017-07-29 14:05:27 +02:00
jos
142e200992
Added docs for set functions to the expression parser
2017-06-30 12:04:47 +02:00
jos
5b49cf8b0a
Fixed broken gulp script
2017-06-30 11:36:21 +02:00
jos
6bbff5f54f
Improved natural sorting for numeric types, matrix types, and objects
2017-06-30 11:16:42 +02:00
jos
96674094d6
Compare numeric types first by value, then by type
2017-06-30 10:02:26 +02:00
jos
0557e7ae1f
Back to compareNatural WIP (see #837 )
2017-06-25 21:02:59 +02:00
jos
08695ef1c7
Use strict unequal in xor
2017-06-24 20:38:25 +02:00
jos
ae7728a1d4
Renamed compareNatural to deepStrictCompare
2017-06-23 13:50:27 +02:00
jos
033735c5e2
Implemented support for all types in compareNatural
2017-06-23 13:40:38 +02:00
jos
d85f54cf77
Reverted ordering of complex numbers in relational functions. Use natural sort in set functions (See #837 )
2017-06-18 21:42:55 +02:00
jos
151bc655d6
Implemented a first version of math.compareNatural
2017-06-18 21:13:31 +02:00
Jos de Jong
e98a810aef
Merge pull request #869 from Nekomajin42/setopsv4
...
setops v4
2017-06-18 14:53:04 +02:00