@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled
Advanced tools
Comparing version 0.0.1-alpha.2 to 0.0.1
{ | ||
"name": "@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled", | ||
"version": "0.0.1-alpha.2", | ||
"version": "0.0.1", | ||
"description": "Calculate a scaled Lanczos sum for the approximation of the gamma function.", | ||
@@ -26,3 +26,5 @@ "license": "Apache-2.0 AND BSL-1.0", | ||
"scripts": { | ||
"test": "tape $(grep -irl --include=\\*.js \"tape\" ./test)" | ||
"test": "make test", | ||
"test-cov": "make test-cov", | ||
"examples": "make examples" | ||
}, | ||
@@ -39,3 +41,2 @@ "homepage": "https://github.com/stdlib-js/stdlib", | ||
"devDependencies": { | ||
"@stdlib/_tools-licenses-header": "^0.0.x", | ||
"@stdlib/array-linspace": "^0.0.x", | ||
@@ -53,3 +54,5 @@ "@stdlib/bench": "^0.0.x", | ||
"@stdlib/random-base-randu": "^0.0.x", | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby" | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
"istanbul": "^0.4.1", | ||
"tap-spec": "5.x.x" | ||
}, | ||
@@ -56,0 +59,0 @@ "engines": { |
@@ -23,2 +23,4 @@ <!-- | ||
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url] | ||
> Calculate a scaled Lanczos sum for the approximation of the [gamma function][gamma-function]. | ||
@@ -154,2 +156,14 @@ | ||
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled.svg | ||
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled | ||
[test-image]: https://github.com/stdlib-js/math-base-special-gamma-lanczos-sum-expg-scaled/actions/workflows/test.yml/badge.svg | ||
[test-url]: https://github.com/stdlib-js/math-base-special-gamma-lanczos-sum-expg-scaled/actions/workflows/test.yml | ||
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-gamma-lanczos-sum-expg-scaled/main.svg | ||
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-gamma-lanczos-sum-expg-scaled?branch=main | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/math-base-special-gamma-lanczos-sum-expg-scaled | ||
[dependencies-url]: https://david-dm.org/stdlib-js/math-base-special-gamma-lanczos-sum-expg-scaled/main | ||
[stdlib]: https://github.com/stdlib-js/stdlib | ||
@@ -156,0 +170,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52517
8
182
15