UNPKG

@stdlib/math-base-special-gammaln

Version:

Natural logarithm of the gamma function.

81 lines (80 loc) 1.8 kB
{ "name": "@stdlib/math-base-special-gammaln", "version": "0.2.2", "description": "Natural logarithm of the gamma function.", "license": "Apache-2.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", "directories": { "doc": "./docs", "lib": "./lib", "scripts": "./scripts", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-special-gammaln.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/constants-float64-pi": "^0.2.2", "@stdlib/constants-float64-pinf": "^0.2.2", "@stdlib/math-base-assert-is-infinite": "^0.2.2", "@stdlib/math-base-assert-is-nan": "^0.2.2", "@stdlib/math-base-special-abs": "^0.2.2", "@stdlib/math-base-special-ln": "^0.2.4", "@stdlib/math-base-special-sinpi": "^0.2.1", "@stdlib/math-base-special-trunc": "^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", "factorial", "natural", "logarithm", "log", "ln", "lgamma", "number" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }