compute-gammainc
Version:
Incomplete gamma function.
67 lines (66 loc) • 1.89 kB
JSON
{
"name": "compute-gammainc",
"version": "0.0.0",
"description": "Incomplete gamma function.",
"author": {
"name": "Philipp Burckhardt",
"email": "pburckhardt@outlook.com"
},
"contributors": [
{
"name": "Philipp Burckhardt",
"email": "pburckhardt@outlook.com"
}
],
"scripts": {
"test": "mocha",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
"codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
},
"main": "./lib",
"repository": {
"type": "git",
"url": "git://github.com/compute-io/gammainc.git"
},
"keywords": [
"compute.io",
"compute",
"computation",
"mathematics",
"math",
"special functions",
"Γ",
"gamma",
"incomplete gamma",
"approximation"
],
"bugs": {
"url": "https://github.com/compute-io/gammainc/issues"
},
"dependencies": {
"compute-array-constructors": "^1.0.0",
"dstructs-matrix": "^2.0.0",
"gamma": "^1.0.0",
"utils-deep-get": "^1.0.0",
"utils-deep-set": "^1.0.1",
"validate.io-array": "^1.0.6",
"validate.io-array-like": "^1.0.1",
"validate.io-boolean-primitive": "^1.0.0",
"validate.io-function": "^1.0.2",
"validate.io-matrix-like": "^1.0.2",
"validate.io-nan": "^1.0.3",
"validate.io-number-primitive": "^1.0.0",
"validate.io-object": "^1.0.4",
"validate.io-string-primitive": "^1.0.0",
"validate.io-typed-array-like": "^1.0.0"
},
"devDependencies": {
"chai": "3.x.x",
"codecov": "^1.0.1",
"istanbul": "^0.3.0",
"jshint": "2.x.x",
"jshint-stylish": "2.x.x",
"mocha": "2.x.x"
},
"license": "MIT"
}