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 |
|
Nekomajin42
|
fc9018457f
|
setops v4
- using sort() again
- update the tests with unsorted input
|
2017-06-06 11:50:50 +02:00 |
|
jos
|
51fdf560bf
|
Updated history
|
2017-06-05 17:06:48 +02:00 |
|
Jos de Jong
|
777b347178
|
Merge pull request #852 from gulfaraz/complex_comparision
support to compare complex numbers #837
|
2017-06-05 17:01:39 +02:00 |
|
Gulfaraz Yasin
|
7446181081
|
clean up
|
2017-06-05 17:20:28 +05:30 |
|
Gulfaraz Yasin
|
f42f7feffc
|
static implementation of complex comparision
|
2017-06-05 11:58:27 +05:30 |
|
Gulfaraz Yasin
|
eda65d2228
|
used different approach for comparing complex numbers - resolves #837
|
2017-06-04 22:29:55 +05:30 |
|
Jos de Jong
|
b1afd923b7
|
Merge pull request #862 from viclai/patch-1
Fixed Bug in Equation For Intersection of Line and Plane
|
2017-05-27 20:13:18 +02:00 |
|
Victor
|
1313abe4ce
|
Fixed Bug in Equation For Intersection of Line and Plane
The equation to find the value of ’t' for the intersection of a line and a plane does not appear to be entirely correct. Please double-check.
|
2017-05-23 20:40:47 -07:00 |
|
jos
|
f61bb6cf94
|
Fixed #856: function subset not returning non-primitive scalars from Arrays correctly
|
2017-05-16 21:41:03 +02:00 |
|
Jos de Jong
|
b36d45af0b
|
Merge pull request #850 from tetslee/absderivative
Added derivative of abs
|
2017-05-11 19:59:22 +02:00 |
|
Jos de Jong
|
3f890c9a1a
|
Merge pull request #848 from tetslee/simplifyTerminate
Fix terminate condition of simplify to avoid endless loops
|
2017-05-11 19:56:28 +02:00 |
|
Gulfaraz Yasin
|
275b09dce8
|
support to compare complex numbers #837
|
2017-05-10 19:05:49 +05:30 |
|
Timothy Lee
|
8c92deb1c3
|
Added derivative of abs
|
2017-05-10 17:24:15 +09:30 |
|
Timothy Lee
|
4762493861
|
Typo
|
2017-05-10 10:24:47 +09:30 |
|
jos
|
de10818546
|
Merge branch 'redundantwildcard' of https://github.com/tetslee/mathjs into tetslee-redundantwildcard
# Conflicts:
# lib/function/algebra/simplify.js
|
2017-05-09 20:24:04 +02:00 |
|
Jos de Jong
|
71221b75df
|
Merge pull request #840 from tetslee/fix838
Fixed simplify to recognize named constants
|
2017-05-09 20:12:28 +02:00 |
|
Jos de Jong
|
3ea3eb7273
|
Merge pull request #841 from tetslee/fix813
Stop simplify converting numbers to inexact Fractions
|
2017-05-09 20:07:57 +02:00 |
|
Timothy Lee
|
aaeb2ebc28
|
Fix terminate condition of simplify to avoid endless loops
|
2017-05-09 17:59:58 +09:30 |
|
Timothy Lee
|
89c32b84bf
|
Remove redundant rule wildcard variable 'C' from simplify
|
2017-05-09 16:01:28 +09:30 |
|
Timothy Lee
|
02f01adf3c
|
Added support for BigNumbers to simplify
|
2017-05-09 13:20:32 +09:30 |
|
Timothy Lee
|
82095ebc19
|
Revert "Changed multiply to only output Fractions when both arguments can be exactly represented as Fractions"
This reverts commit f3cb41864582b2dc8b07c07d4c22d6c313bcc114.
|
2017-05-08 15:57:19 +09:30 |
|
Timothy Lee
|
6792ab5974
|
Added some more documentation for simplify rules
|
2017-05-08 13:32:53 +09:30 |
|
Timothy Lee
|
158adc1861
|
Added support for more constants in simplify
|
2017-05-08 12:56:56 +09:30 |
|
Timothy Lee
|
f3cb418645
|
Changed multiply to only output Fractions when both arguments can be exactly represented as Fractions
|
2017-05-05 16:30:37 +09:30 |
|