integrate-adaptive-simpson
Version:
Integrate a system of ODEs using the Second Order Runge-Kutta (Midpoint) method
35 lines (34 loc) • 782 B
JSON
{
"name": "integrate-adaptive-simpson",
"version": "1.1.1",
"description": "Integrate a system of ODEs using the Second Order Runge-Kutta (Midpoint) method",
"main": "index.js",
"scripts": {
"test": "semistandard && mocha",
"lint": "semistandard"
},
"repository": {
"type": "git",
"url": "git://github.com/scijs/integrate-adaptive-simpson.git"
},
"keywords": [
"scijs",
"integral",
"definite-integral",
"integration",
"calculus",
"adaptive",
"romberg"
],
"author": "Ricky Reusser",
"license": "MIT",
"devDependencies": {
"almost-equal": "^1.1.0",
"chai": "^3.0.0",
"integrate-simpson": "^1.0.3",
"mocha": "^2.2.5",
"semistandard": "^7.0.5",
"sinon": "^1.17.3"
},
"dependencies": {}
}