mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
* Support pow() as an argument for derivative() Add support for the pow() function as an argument for math.derivative(). Fixes #1259. * Unit tests for derivatives of pow() * Support for derivate of pow() function