@stdlib/math-base-special-gamma-lanczos-sum
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@stdlib/math-base-special-gamma-lanczos-sum", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Calculate the Lanczos sum for the approximation of the gamma function.", | ||
@@ -18,16 +18,9 @@ "license": "Apache-2.0 AND BSL-1.0", | ||
"directories": { | ||
"benchmark": "./benchmark", | ||
"doc": "./docs", | ||
"example": "./examples", | ||
"lib": "./lib", | ||
"scripts": "./scripts", | ||
"test": "./test" | ||
"dist": "./dist" | ||
}, | ||
"types": "./docs/types", | ||
"scripts": { | ||
"test": "make test", | ||
"test-cov": "make test-cov", | ||
"examples": "make examples", | ||
"benchmark": "make benchmark" | ||
}, | ||
"scripts": {}, | ||
"homepage": "https://stdlib.io", | ||
@@ -42,21 +35,3 @@ "repository": { | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@stdlib/array-base-linspace": "^0.1.0", | ||
"@stdlib/constants-float64-eps": "^0.1.1", | ||
"@stdlib/constants-float64-gamma-lanczos-g": "^0.1.1", | ||
"@stdlib/fs-write-file": "^0.1.1", | ||
"@stdlib/math-base-assert-is-nan": "^0.1.1", | ||
"@stdlib/math-base-special-abs": "^0.1.1", | ||
"@stdlib/math-base-special-exp": "^0.1.0", | ||
"@stdlib/math-base-special-gamma": "^0.1.0", | ||
"@stdlib/math-base-special-pow": "^0.1.0", | ||
"@stdlib/math-base-tools-evalrational-compile": "^0.1.0", | ||
"@stdlib/random-base-randu": "^0.1.0", | ||
"@stdlib/time-current-year": "^0.1.1", | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
"istanbul": "^0.4.1", | ||
"tap-min": "git+https://github.com/Planeshifter/tap-min.git", | ||
"@stdlib/bench-harness": "^0.1.2", | ||
"@stdlib/bench": "^0.3.1" | ||
}, | ||
"devDependencies": {}, | ||
"engines": { | ||
@@ -63,0 +38,0 @@ "node": ">=0.10.0", |
@@ -179,4 +179,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/math-base-special-gamma-lanczos-sum/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
[test-url]: https://github.com/stdlib-js/math-base-special-gamma-lanczos-sum/actions/workflows/test.yml?query=branch:v0.2.0 | ||
[test-image]: https://github.com/stdlib-js/math-base-special-gamma-lanczos-sum/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
[test-url]: https://github.com/stdlib-js/math-base-special-gamma-lanczos-sum/actions/workflows/test.yml?query=branch:v0.2.1 | ||
@@ -183,0 +183,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-gamma-lanczos-sum/main.svg |
0
43654