UNPKG

@stdlib/math-base-special-gamma-lanczos-sum

Version:

Calculate the Lanczos sum for the approximation of the gamma function.

79 lines (78 loc) 1.7 kB
{ "name": "@stdlib/math-base-special-gamma-lanczos-sum", "version": "0.3.0", "description": "Calculate the Lanczos sum for the approximation of the gamma function.", "license": "Apache-2.0 AND BSL-1.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "gypfile": false, "directories": { "doc": "./docs", "include": "./include", "lib": "./lib", "scripts": "./scripts", "src": "./src", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-special-gamma-lanczos-sum.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/constants-float64-pinf": "^0.2.2", "@stdlib/math-base-napi-unary": "^0.2.1", "@stdlib/utils-library-manifest": "^0.2.2" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdmath", "mathematics", "math", "special function", "special", "function", "gamma", "lanczos", "approx", "approximation", "polynomial", "rational", "factorial", "number" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }