Timothy Lee
|
8c92deb1c3
|
Added derivative of abs
|
2017-05-10 17:24:15 +09:30 |
|
Jos de Jong
|
c879acf9d3
|
Merge pull request #780 from ericman314/differentiation_consistent_api
Fixed derivative of exp(x)
|
2017-01-22 15:44:57 +01:00 |
|
ericman314
|
b440955297
|
Added unit test for exp(x)
|
2017-01-22 07:41:02 -07:00 |
|
jos
|
f4b7855a84
|
Docs, examples, some fixes
|
2017-01-22 15:30:18 +01:00 |
|
jos
|
db67f4cb84
|
Removed method Node.simplify() (use function simplify instead)
|
2017-01-22 13:42:19 +01:00 |
|
jos
|
6a61dd6d3c
|
Implemented option {simplify: boolean} for function derivative
|
2017-01-21 20:10:10 +01:00 |
|
jos
|
93540e52c4
|
Refactored unit tests of derivative so they are easier to read/maintain
|
2017-01-21 17:07:21 +01:00 |
|
jos
|
71ae3ea076
|
Consistent API for both derivative and simplify (dropped transform)
|
2017-01-20 21:43:40 +01:00 |
|
tetslee
|
f4ece9c777
|
Fixed derivative tests that were broken by the simplifier changes.
|
2016-11-07 17:12:29 +10:30 |
|
Favian Contreras
|
4b929d772a
|
Added cbrt. Added a small test case and comment as well.
|
2015-09-21 02:48:30 -07:00 |
|
Favian Contreras
|
449f13f45e
|
Removed the math object from the parse and eval calls.
|
2015-09-19 21:44:53 -07:00 |
|
Favian Contreras
|
48bb64af4e
|
Added some comments to the derivative file. Added some test cases as well (explicitly test partial derivatives and pure JS usage).
|
2015-09-19 21:24:56 -07:00 |
|
jos
|
a39d726a18
|
Merged algebraic_differentiation, fixed issues with function transforms attached to factory functions
|
2015-07-29 21:24:34 +02:00 |
|
Favian Contreras
|
98040be7e1
|
Shortened up some of the more verbose test cases for which simplifications are possible. Used config.number on ConstantNodes that I missed on my original commits.
|
2015-07-25 07:29:17 -07:00 |
|
Favian Contreras
|
6fbe2238cd
|
Added a test case for nthRoot where the root is variable. Now handles a variable base log, and added a test case. Adjusted the chain rule to be after the switch statement (saves ~1640 bytes and is more modular).
|
2015-07-21 04:34:06 -07: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
|
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 |
|