UNPKG

deriv

Version:

numerical derivatives of one-variable functions

31 lines (30 loc) 670 B
{ "name": "deriv", "version": "1.0.3", "description": "numerical derivatives of one-variable functions", "main": "lib/main.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "https://github.com/Planeshifter/node-deriv.git" }, "keywords": [ "calculus", "derivative", "numerical-methods", "math" ], "author": "Philipp Burckhardt", "license": "MIT", "bugs": { "url": "https://github.com/Planeshifter/node-deriv/issues" }, "homepage": "https://github.com/Planeshifter/node-deriv", "devDependencies": { "chai": "^1.10.0", "chai-stats": "^0.3.0", "mocha": "^2.0.1" } }