@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Calculate a scaled Lanczos sum for the approximation of the gamma function.", | ||
@@ -22,2 +22,3 @@ "license": "Apache-2.0 AND BSL-1.0", | ||
"lib": "./lib", | ||
"scripts": "./scripts", | ||
"test": "./test" | ||
@@ -24,0 +25,0 @@ }, |
@@ -34,3 +34,3 @@ <!-- | ||
<div class="equation" align="center" data-raw-text="\Gamma ( n ) = \frac{(n+g-0.5)^{n-0.5}}{e^{n+g-0.5}} L_g(n)" data-equation="eq:lanczos_approximation"> | ||
<img src="https://cdn.rawgit.com/stdlib-js/stdlib/7e0a95722efd9c771b129597380c63dc6715508b/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/docs/img/equation_lanczos_approximation.svg" alt="Lanczos approximation for gamma function."> | ||
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@bb29798906e119fcb2af99e94b60407a270c9b32/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/docs/img/equation_lanczos_approximation.svg" alt="Lanczos approximation for gamma function."> | ||
<br> | ||
@@ -46,3 +46,3 @@ </div> | ||
<div class="equation" align="center" data-raw-text="L_g(n) \cdot \exp(-g)" data-equation="eq:scaled_lanczos_sum"> | ||
<img src="https://cdn.rawgit.com/stdlib-js/stdlib/7e0a95722efd9c771b129597380c63dc6715508b/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/docs/img/equation_scaled_lanczos_sum.svg" alt="Scaled Lanczos sum."> | ||
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@bb29798906e119fcb2af99e94b60407a270c9b32/lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/docs/img/equation_scaled_lanczos_sum.svg" alt="Scaled Lanczos sum."> | ||
<br> | ||
@@ -175,3 +175,3 @@ </div> | ||
[@stdlib/constants/float64/gamma-lanczos-g]: https://github.com/stdlib-js/constants-float64-gamma-lanczos-g | ||
[@stdlib/constants/float64/gamma-lanczos-g]: https://www.npmjs.com/package/@stdlib/constants-float64-gamma-lanczos-g | ||
@@ -178,0 +178,0 @@ [gamma-function]: https://en.wikipedia.org/wiki/Gamma_function |
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
55800
12