@qubyte/gamma
Version:
the gamma function (Γ)
30 lines (29 loc) • 499 B
JSON
{
"name": "@qubyte/gamma",
"version": "2.0.0",
"description": "the gamma function (Γ)",
"main": "index.js",
"exports": {
".": "./index.js"
},
"type": "module",
"devDependencies": {
"tap": "~0.3.0",
"tape": "~0.1.1"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": "github:qubyte/gamma.js",
"keywords": [
"Γ",
"gamma",
"factorial",
"mathematics",
"lanczos",
"approximation",
"es",
"module"
],
"license": "MIT"
}