1.0.3 • Published 2 years ago

math-diff v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago