1.0.3 • Published 12 months ago

math-diff v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

math-diff

NPM package for symbolic differentiation plugin math.diff.js.

npm version lifetimeDownloadCount

Install

npm install math-diff --save  

Usage

let math_diff = require('math-diff');
let equation = '2x^5-cos(x)-x*exp(x)';

let derivative =  math_diff(equation, 'x').toString(); // Output: 10 * x ^ 4 - -sin(x) - (exp(x) + x * exp'(x))
1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago