UNPKG

@stdlib/math-iter-special-factorialln

Version:

Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.

76 lines (75 loc) 1.61 kB
{ "name": "@stdlib/math-iter-special-factorialln", "version": "0.2.2", "description": "Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.", "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-iter-special-factorialln.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/math-base-special-factorialln": "^0.2.2", "@stdlib/math-iter-tools-map": "^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", "math", "special functions", "special", "function", "factorial", "log-scale", "logarithm", "fact", "lfact", "factorialln", "combinatorics", "gamma", "iterator", "iterable", "iterate" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }