newton-raphson
Version:
JavaScript implementation of the Newton-Raphson method for approximating roots of a real-valued function
22 lines (21 loc) • 442 B
JSON
{
"name": "newton-raphson",
"version": "0.0.3",
"description": "JavaScript implementation of the Newton-Raphson method for approximating roots of a real-valued function",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"newton-raphson",
"math",
"numerical",
"approximation",
"roots"
],
"author": "Dave Wasmer",
"license": "MIT",
"devDependencies": {
"mocha": "^2.1.0"
}
}