Skip to content

Commit 0283804

Browse files
gunjjoshikgryte
andauthored
chore: add structured package data for math/base/special/absgammalnf
PR-URL: #7925 Ref: #7924 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent e7e42b3 commit 0283804

File tree

1 file changed

+81
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/absgammalnf

1 file changed

+81
-1
lines changed

lib/node_modules/@stdlib/math/base/special/absgammalnf/package.json

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,85 @@
6868
"lgamma",
6969
"lgammaf",
7070
"float"
71-
]
71+
],
72+
"__stdlib__": {
73+
"scaffold": {
74+
"$schema": "math/[email protected]",
75+
"base_alias": "absgammaln",
76+
"alias": "absgammalnf",
77+
"pkg_desc": "evaluate the natural logarithm of the absolute value of the gamma function",
78+
"desc": "evaluates the natural logarithm of the absolute value of the gamma function",
79+
"short_desc": "natural logarithm of the absolute value of the gamma function",
80+
"parameters": [
81+
{
82+
"name": "x",
83+
"desc": "input value",
84+
"type": {
85+
"javascript": "number",
86+
"jsdoc": "number",
87+
"c": "float",
88+
"dtype": "float32"
89+
},
90+
"domain": [
91+
{
92+
"min": "-infinity",
93+
"max": "infinity"
94+
}
95+
],
96+
"rand": {
97+
"prng": "random/base/uniform",
98+
"parameters": [
99+
-10,
100+
10
101+
]
102+
},
103+
"example_values": [
104+
64,
105+
27,
106+
0,
107+
0.1,
108+
-9,
109+
8,
110+
-1,
111+
125,
112+
-10.2,
113+
11.3,
114+
-12.4,
115+
3.5,
116+
-1.6,
117+
15.7,
118+
-16,
119+
17.9,
120+
-188,
121+
19.11,
122+
-200,
123+
21.15
124+
]
125+
}
126+
],
127+
"output_policy": "real_floating_point_and_generic",
128+
"returns": {
129+
"desc": "natural logarithm of the absolute value of the gamma function",
130+
"type": {
131+
"javascript": "number",
132+
"jsdoc": "number",
133+
"c": "float",
134+
"dtype": "float32"
135+
}
136+
},
137+
"keywords": [
138+
"absgammalnf",
139+
"gamma",
140+
"log",
141+
"logarithm",
142+
"natural",
143+
"absolute",
144+
"lgamma",
145+
"lgammaf",
146+
"single",
147+
"precision"
148+
],
149+
"extra_keywords": []
150+
}
151+
}
72152
}

0 commit comments

Comments
 (0)