nsolvejs
Version:
Solve equations using numerical methods
48 lines (47 loc) • 933 B
JSON
{
"name": "nsolvejs",
"version": "1.1.1",
"description": "Solve equations using numerical methods ",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js",
"gulp": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cereceres/nsolvejs.git"
},
"keywords": [
"Solve",
"regression",
"data",
"fit",
"fitting",
"equation",
"method",
"numeric",
"numerical",
"numerically",
"linear",
"system",
"equations",
"algebra",
"vector",
"math",
"mathematic",
"mathematics",
"calculus",
"Stats",
"statistics",
"matrix"
],
"author": "Jesús Cereceres <cereceres@ciencias.unam.mx>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cereceres/nsolvejs/issues"
},
"homepage": "https://github.com/cereceres/nsolvejs#readme",
"dependencies": {
"regression": "^2.0.1"
}
}