We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e1a2b commit b117b8aCopy full SHA for b117b8a
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/package.json
@@ -72,11 +72,11 @@
72
"__stdlib__": {
73
"scaffold": {
74
"$schema": "math/[email protected]",
75
- "base_alias": "gamma-lanczos-sum",
76
- "alias": "gamma-lanczos-sum",
+ "base_alias": "gammaLanczosSum",
+ "alias": "gammaLanczosSum",
77
"pkg_desc": "calculate the Lanczos sum for the approximation of the gamma function",
78
"desc": "calculates the Lanczos sum for the approximation of the gamma function",
79
- "short_desc": "Lanczos approximation",
+ "short_desc": "Lanczos sum for the approximation of the gamma function",
80
"parameters": [
81
{
82
"name": "x",
0 commit comments