Skip to content

Commit 4954940

Browse files
manvith2003kgryte
andauthored
chore: add structured package data for math/base/special/riemann-zeta
PR-URL: #8428 Ref: #7924 Co-authored-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 1f10d15 commit 4954940

File tree

1 file changed

+79
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/riemann-zeta

1 file changed

+79
-1
lines changed

lib/node_modules/@stdlib/math/base/special/riemann-zeta/package.json

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,83 @@
6767
"special",
6868
"function",
6969
"complex analysis"
70-
]
70+
],
71+
"__stdlib__": {
72+
"scaffold": {
73+
"$schema": "math/base@v1.0",
74+
"base_alias": "zeta",
75+
"alias": "zeta",
76+
"pkg_desc": "evaluate the Riemann zeta function as a function of a real variable `s`",
77+
"desc": "evaluates the Riemann zeta function as a function of a real variable `s`",
78+
"short_desc": "Riemann zeta",
79+
"parameters": [
80+
{
81+
"name": "x",
82+
"desc": "input value",
83+
"type": {
84+
"javascript": "number",
85+
"jsdoc": "number",
86+
"c": "double",
87+
"dtype": "float64"
88+
},
89+
"domain": [
90+
{
91+
"min": "-infinity",
92+
"max": "infinity"
93+
}
94+
],
95+
"rand": {
96+
"prng": "random/base/uniform",
97+
"parameters": [
98+
-100,
99+
100
100+
]
101+
},
102+
"example_values": [
103+
1.1,
104+
-4,
105+
70,
106+
0.5,
107+
-10,
108+
5.6,
109+
-4.29,
110+
-3.14,
111+
2.75,
112+
1.76,
113+
-0.5,
114+
0,
115+
0.15,
116+
0.97,
117+
-1.1,
118+
20.85,
119+
3.66,
120+
-4.22,
121+
5.56,
122+
-6,
123+
10.21,
124+
20.05,
125+
-50.25,
126+
100.7
127+
]
128+
}
129+
],
130+
"returns": {
131+
"desc": "Riemann zeta",
132+
"type": {
133+
"javascript": "number",
134+
"jsdoc": "number",
135+
"c": "double",
136+
"dtype": "float64"
137+
}
138+
},
139+
"keywords": [
140+
"zeta",
141+
"riemann",
142+
"euler",
143+
"physics",
144+
"complex analysis"
145+
],
146+
"extra_keywords": []
147+
}
148+
}
71149
}

0 commit comments

Comments
 (0)