incomplete-gamma
Version:
A set of functions for calculating the lower and upper incomplete gamma functions
32 lines (31 loc) • 752 B
JSON
{
"dependencies": {
"gamma": "^1.0.0",
"mathjs": "^1.2.0",
"simpsons-rule": "^1.0.0"
},
"name": "incomplete-gamma",
"version": "1.0.1",
"description": "A set of functions for calculating the lower and upper incomplete gamma functions",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com:chipbell4/incomplete-gamma.git"
},
"keywords": [
"gamma",
"incomplete",
"math",
"integrate"
],
"author": "Chip Bell",
"license": "MIT",
"bugs": {
"url": "https://github.com/chipbell4/incomplete-gamma/issues"
},
"homepage": "https://github.com/chipbell4/incomplete-gamma"
}