File tree Expand file tree Collapse file tree 10 files changed +764
-10
lines changed
lib/node_modules/@stdlib/math/base/special Expand file tree Collapse file tree 10 files changed +764
-10
lines changed Original file line number Diff line number Diff line change 65
65
" alternating" ,
66
66
" number" ,
67
67
" number theory"
68
- ]
68
+ ],
69
+ "__stdlib__" : {
70
+ "scaffold" : {
71
+ "$schema" :
" math/[email protected] " ,
72
+ "base_alias" : " eta" ,
73
+ "alias" : " eta" ,
74
+ "pkg_desc" : " evaluate the Dirichlet eta function for a double-precision floating-point number" ,
75
+ "desc" : " evaluates the Dirichlet eta function for a double-precision floating-point number" ,
76
+ "short_desc" : " Dirichlet eta" ,
77
+ "parameters" : [
78
+ {
79
+ "name" : " x" ,
80
+ "desc" : " input value" ,
81
+ "type" : {
82
+ "javascript" : " number" ,
83
+ "jsdoc" : " number" ,
84
+ "c" : " double" ,
85
+ "dtype" : " float64"
86
+ },
87
+ "domain" : [
88
+ {
89
+ "min" : " -infinity" ,
90
+ "max" : " infinity"
91
+ }
92
+ ],
93
+ "rand" : {
94
+ "prng" : " random/base/uniform" ,
95
+ "parameters" : [
96
+ -5 ,
97
+ 5
98
+ ]
99
+ },
100
+ "example_values" : [
101
+ -4.73 ,
102
+ 3.91 ,
103
+ -2.58 ,
104
+ 1.67 ,
105
+ -0.42 ,
106
+ 0.35 ,
107
+ -1.84 ,
108
+ 4.26 ,
109
+ -3.17 ,
110
+ 2.09 ,
111
+ -0.77 ,
112
+ 1.23 ,
113
+ -4.05 ,
114
+ 0.68 ,
115
+ -2.91 ,
116
+ 3.44 ,
117
+ -1.12 ,
118
+ 4.88 ,
119
+ -0.19 ,
120
+ 2.71
121
+ ]
122
+ }
123
+ ],
124
+ "output_policy" : " real_floating_point_and_generic" ,
125
+ "returns" : {
126
+ "desc" : " function value" ,
127
+ "type" : {
128
+ "javascript" : " number" ,
129
+ "jsdoc" : " number" ,
130
+ "c" : " double" ,
131
+ "dtype" : " float64"
132
+ }
133
+ },
134
+ "keywords" : [
135
+ " eta" ,
136
+ " zeta" ,
137
+ " dirichlet" ,
138
+ " series" ,
139
+ " alternating" ,
140
+ " number" ,
141
+ " number theory"
142
+ ],
143
+ "extra_keywords" : []
144
+ }
145
+ }
69
146
}
Original file line number Diff line number Diff line change 60
60
" special" ,
61
61
" elliptic" ,
62
62
" number"
63
- ]
63
+ ],
64
+ "__stdlib__" : {
65
+ "scaffold" : {
66
+ "$schema" :
" math/[email protected] " ,
67
+ "base_alias" : " ellipe" ,
68
+ "alias" : " ellipe" ,
69
+ "pkg_desc" : " compute the complete elliptic integral of the second kind for a double-precision floating-point number" ,
70
+ "desc" : " computes the complete elliptic integral of the second kind for a double-precision floating-point number" ,
71
+ "short_desc" : " complete elliptic integral of the second kind" ,
72
+ "parameters" : [
73
+ {
74
+ "name" : " m" ,
75
+ "desc" : " input value" ,
76
+ "type" : {
77
+ "javascript" : " number" ,
78
+ "jsdoc" : " number" ,
79
+ "c" : " double" ,
80
+ "dtype" : " float64"
81
+ },
82
+ "domain" : [
83
+ {
84
+ "min" : " -infinity" ,
85
+ "max" : 1
86
+ }
87
+ ],
88
+ "rand" : {
89
+ "prng" : " random/base/uniform" ,
90
+ "parameters" : [
91
+ -50 ,
92
+ 0.5
93
+ ]
94
+ },
95
+ "example_values" : [
96
+ -23.74 ,
97
+ 0.42 ,
98
+ -0.81 ,
99
+ -17.56 ,
100
+ -3.29 ,
101
+ -45.91 ,
102
+ -12.67 ,
103
+ 0.07 ,
104
+ -31.58 ,
105
+ -0.13 ,
106
+ -6.94 ,
107
+ -0.47 ,
108
+ -22.11 ,
109
+ -0.26 ,
110
+ -9.83 ,
111
+ -0.05 ,
112
+ -39.62 ,
113
+ -4.37 ,
114
+ -0.68 ,
115
+ -28.45
116
+ ]
117
+ }
118
+ ],
119
+ "output_policy" : " real_floating_point_and_generic" ,
120
+ "returns" : {
121
+ "desc" : " evaluated elliptic integral" ,
122
+ "type" : {
123
+ "javascript" : " number" ,
124
+ "jsdoc" : " number" ,
125
+ "c" : " double" ,
126
+ "dtype" : " float64"
127
+ }
128
+ },
129
+ "keywords" : [
130
+ " elliptic"
131
+ ],
132
+ "extra_keywords" : []
133
+ }
134
+ }
64
135
}
Original file line number Diff line number Diff line change 60
60
" special" ,
61
61
" elliptic" ,
62
62
" number"
63
- ]
63
+ ],
64
+ "__stdlib__" : {
65
+ "scaffold" : {
66
+ "$schema" :
" math/[email protected] " ,
67
+ "base_alias" : " ellipk" ,
68
+ "alias" : " ellipk" ,
69
+ "pkg_desc" : " compute the complete elliptic integral of the first kind for a double-precision floating-point number" ,
70
+ "desc" : " computes the complete elliptic integral of the first kind for a double-precision floating-point number" ,
71
+ "short_desc" : " complete elliptic integral of the first kind" ,
72
+ "parameters" : [
73
+ {
74
+ "name" : " m" ,
75
+ "desc" : " input value" ,
76
+ "type" : {
77
+ "javascript" : " number" ,
78
+ "jsdoc" : " number" ,
79
+ "c" : " double" ,
80
+ "dtype" : " float64"
81
+ },
82
+ "domain" : [
83
+ {
84
+ "min" : " -infinity" ,
85
+ "max" : 1
86
+ }
87
+ ],
88
+ "rand" : {
89
+ "prng" : " random/base/uniform" ,
90
+ "parameters" : [
91
+ -50 ,
92
+ 0.5
93
+ ]
94
+ },
95
+ "example_values" : [
96
+ -23.74 ,
97
+ 0.42 ,
98
+ -0.81 ,
99
+ -17.56 ,
100
+ -3.29 ,
101
+ -45.91 ,
102
+ -12.67 ,
103
+ 0.07 ,
104
+ -31.58 ,
105
+ -0.13 ,
106
+ -6.94 ,
107
+ -0.47 ,
108
+ -22.11 ,
109
+ -0.26 ,
110
+ -9.83 ,
111
+ -0.05 ,
112
+ -39.62 ,
113
+ -4.37 ,
114
+ -0.68 ,
115
+ -28.45
116
+ ]
117
+ }
118
+ ],
119
+ "output_policy" : " real_floating_point_and_generic" ,
120
+ "returns" : {
121
+ "desc" : " evaluated elliptic integral" ,
122
+ "type" : {
123
+ "javascript" : " number" ,
124
+ "jsdoc" : " number" ,
125
+ "c" : " double" ,
126
+ "dtype" : " float64"
127
+ }
128
+ },
129
+ "keywords" : [
130
+ " special" ,
131
+ " elliptic" ,
132
+ " number"
133
+ ],
134
+ "extra_keywords" : []
135
+ }
136
+ }
64
137
}
Original file line number Diff line number Diff line change 62
62
" function" ,
63
63
" special" ,
64
64
" number"
65
- ]
65
+ ],
66
+ "__stdlib__" : {
67
+ "scaffold" : {
68
+ "$schema" :
" math/[email protected] " ,
69
+ "base_alias" : " erf" ,
70
+ "alias" : " erf" ,
71
+ "pkg_desc" : " evaluate the error function for a double-precision floating-point number" ,
72
+ "desc" : " evaluates the error function for a double-precision floating-point number" ,
73
+ "short_desc" : " error function" ,
74
+ "parameters" : [
75
+ {
76
+ "name" : " x" ,
77
+ "desc" : " input value" ,
78
+ "type" : {
79
+ "javascript" : " number" ,
80
+ "jsdoc" : " number" ,
81
+ "c" : " double" ,
82
+ "dtype" : " float64"
83
+ },
84
+ "domain" : [
85
+ {
86
+ "min" : " -infinity" ,
87
+ "max" : " infinity"
88
+ }
89
+ ],
90
+ "rand" : {
91
+ "prng" : " random/base/uniform" ,
92
+ "parameters" : [
93
+ -5 ,
94
+ 5
95
+ ]
96
+ },
97
+ "example_values" : [
98
+ -3.71 ,
99
+ 2.48 ,
100
+ -1.96 ,
101
+ 0.83 ,
102
+ -0.27 ,
103
+ 1.15 ,
104
+ -4.29 ,
105
+ 3.06 ,
106
+ -2.53 ,
107
+ 4.77 ,
108
+ -0.94 ,
109
+ 0.36 ,
110
+ -1.42 ,
111
+ 2.91 ,
112
+ -3.18 ,
113
+ 1.67 ,
114
+ -4.86 ,
115
+ 0.59 ,
116
+ -2.07 ,
117
+ 4.12
118
+ ]
119
+ }
120
+ ],
121
+ "output_policy" : " real_floating_point_and_generic" ,
122
+ "returns" : {
123
+ "desc" : " function value" ,
124
+ "type" : {
125
+ "javascript" : " number" ,
126
+ "jsdoc" : " number" ,
127
+ "c" : " double" ,
128
+ "dtype" : " float64"
129
+ }
130
+ },
131
+ "keywords" : [
132
+ " erf" ,
133
+ " error" ,
134
+ " function"
135
+ ],
136
+ "extra_keywords" : []
137
+ }
138
+ }
66
139
}
You can’t perform that action at this time.
0 commit comments