File tree Expand file tree Collapse file tree 1 file changed +78
-1
lines changed
lib/node_modules/@stdlib/math/base/special/spence Expand file tree Collapse file tree 1 file changed +78
-1
lines changed Original file line number Diff line number Diff line change 6464 " integral" ,
6565 " spence" ,
6666 " number"
67- ]
67+ ],
68+ "__stdlib__" : {
69+ "scaffold" : {
70+ "$schema" :
" math/[email protected] " ,
71+ "base_alias" : " spence" ,
72+ "alias" : " spence" ,
73+ "pkg_desc" : " evaluate Spence's function, which is also known as the dilogarithm" ,
74+ "desc" : " evaluates Spence's function, which is also known as the dilogarithm" ,
75+ "short_desc" : " Spence's function" ,
76+ "parameters" : [
77+ {
78+ "name" : " x" ,
79+ "desc" : " input value" ,
80+ "type" : {
81+ "javascript" : " number" ,
82+ "jsdoc" : " number" ,
83+ "c" : " double" ,
84+ "dtype" : " float64"
85+ },
86+ "domain" : [
87+ {
88+ "min" : " 0" ,
89+ "max" : " infinity"
90+ }
91+ ],
92+ "rand" : {
93+ "prng" : " random/base/uniform" ,
94+ "parameters" : [
95+ 0 ,
96+ 10
97+ ]
98+ },
99+ "example_values" : [
100+ 0 ,
101+ 0.5 ,
102+ 1 ,
103+ 2 ,
104+ 3 ,
105+ 5 ,
106+ 10 ,
107+ 25 ,
108+ 50 ,
109+ 100 ,
110+ 0.1 ,
111+ 0.2 ,
112+ 0.3 ,
113+ 0.4 ,
114+ 0.6 ,
115+ 0.7 ,
116+ 0.8 ,
117+ 0.9 ,
118+ 1.5 ,
119+ 4.0
120+ ]
121+ }
122+ ],
123+ "output_policy" : " real_floating_point_and_generic" ,
124+ "returns" : {
125+ "desc" : " function value" ,
126+ "type" : {
127+ "javascript" : " number" ,
128+ "jsdoc" : " number" ,
129+ "c" : " double" ,
130+ "dtype" : " float64"
131+ }
132+ },
133+ "keywords" : [
134+ " special" ,
135+ " function" ,
136+ " dilogarithm" ,
137+ " polylogarithm" ,
138+ " integral" ,
139+ " spence" ,
140+ " number"
141+ ],
142+ "extra_keywords" : []
143+ }
144+ }
68145}
You can’t perform that action at this time.
0 commit comments