UNPKG

@stdlib/math-base-special-factorialln

Version:

Evaluate the natural logarithm of the factorial function.

75 lines (74 loc) 1.56 kB
{ "name": "@stdlib/math-base-special-factorialln", "version": "0.2.2", "description": "Evaluate the natural logarithm of the factorial 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", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-special-factorialln.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/math-base-assert-is-negative-integer": "^0.3.0", "@stdlib/math-base-special-gammaln": "^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 functions", "special", "function", "factorial", "log-scale", "logarithm", "fact", "lfact", "factorialln", "combinatorics", "gamma", "number" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }