File tree Expand file tree Collapse file tree 1 file changed +79
-1
lines changed
lib/node_modules/@stdlib/math/base/special/riemann-zeta Expand file tree Collapse file tree 1 file changed +79
-1
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments