Skip to content

Commit 5896836

Browse files
committed
build: add package meta data
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent d884d93 commit 5896836

File tree

12 files changed

+728
-24
lines changed

12 files changed

+728
-24
lines changed

lib/node_modules/@stdlib/number/float32/base/mul/package.json

Lines changed: 118 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,122 @@
6666
"single-precision",
6767
"float"
6868
],
69-
"__stdlib__": {}
69+
"__stdlib__": {
70+
"scaffold": {
71+
"$schema": "math/[email protected]",
72+
"base_alias": "mul",
73+
"alias": "mul",
74+
"pkg_desc": "perform multiplication",
75+
"desc": "performs multiplication",
76+
"short_desc": "multiplication",
77+
"parameters": [
78+
{
79+
"name": "x",
80+
"desc": "first input value",
81+
"type": {
82+
"javascript": "number",
83+
"jsdoc": "number",
84+
"c": "float",
85+
"dtype": "float32"
86+
},
87+
"domain": [
88+
{
89+
"min": "-infinity",
90+
"max": "infinity"
91+
}
92+
],
93+
"rand": {
94+
"prng": "random/base/uniform",
95+
"parameters": [
96+
-10,
97+
10
98+
]
99+
},
100+
"example_values": [
101+
1,
102+
27,
103+
0,
104+
10,
105+
9,
106+
8,
107+
1,
108+
125,
109+
20,
110+
11,
111+
12,
112+
3,
113+
2,
114+
15,
115+
16,
116+
17,
117+
125,
118+
19,
119+
101,
120+
21
121+
]
122+
},
123+
{
124+
"name": "y",
125+
"desc": "second input value",
126+
"type": {
127+
"javascript": "number",
128+
"jsdoc": "number",
129+
"c": "float",
130+
"dtype": "float32"
131+
},
132+
"domain": [
133+
{
134+
"min": "-infinity",
135+
"max": "infinity"
136+
}
137+
],
138+
"rand": {
139+
"prng": "random/base/uniform",
140+
"parameters": [
141+
-10,
142+
10
143+
]
144+
},
145+
"example_values": [
146+
51,
147+
2,
148+
10,
149+
14,
150+
90,
151+
88,
152+
1,
153+
12,
154+
120,
155+
71,
156+
62,
157+
31,
158+
2,
159+
45,
160+
26,
161+
37,
162+
25,
163+
59,
164+
11,
165+
41
166+
]
167+
}
168+
],
169+
"output_policy": "same",
170+
"returns": {
171+
"desc": "result",
172+
"type": {
173+
"javascript": "number",
174+
"jsdoc": "number",
175+
"c": "float",
176+
"dtype": "float32"
177+
}
178+
},
179+
"keywords": [
180+
"multiplication",
181+
"multiply",
182+
"product"
183+
],
184+
"extra_keywords": []
185+
}
186+
}
70187
}

lib/node_modules/@stdlib/number/float64/base/mul/package.json

Lines changed: 118 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,122 @@
6565
"double",
6666
"double-precision"
6767
],
68-
"__stdlib__": {}
68+
"__stdlib__": {
69+
"scaffold": {
70+
"$schema": "math/[email protected]",
71+
"base_alias": "mul",
72+
"alias": "mul",
73+
"pkg_desc": "perform multiplication",
74+
"desc": "performs multiplication",
75+
"short_desc": "multiplication",
76+
"parameters": [
77+
{
78+
"name": "x",
79+
"desc": "first input value",
80+
"type": {
81+
"javascript": "number",
82+
"jsdoc": "number",
83+
"c": "double",
84+
"dtype": "float64"
85+
},
86+
"domain": [
87+
{
88+
"min": "-infinity",
89+
"max": "infinity"
90+
}
91+
],
92+
"rand": {
93+
"prng": "random/base/uniform",
94+
"parameters": [
95+
-10,
96+
10
97+
]
98+
},
99+
"example_values": [
100+
1,
101+
27,
102+
0,
103+
10,
104+
9,
105+
8,
106+
1,
107+
125,
108+
20,
109+
11,
110+
12,
111+
3,
112+
2,
113+
15,
114+
16,
115+
17,
116+
125,
117+
19,
118+
101,
119+
21
120+
]
121+
},
122+
{
123+
"name": "y",
124+
"desc": "second input value",
125+
"type": {
126+
"javascript": "number",
127+
"jsdoc": "number",
128+
"c": "double",
129+
"dtype": "float64"
130+
},
131+
"domain": [
132+
{
133+
"min": "-infinity",
134+
"max": "infinity"
135+
}
136+
],
137+
"rand": {
138+
"prng": "random/base/uniform",
139+
"parameters": [
140+
-10,
141+
10
142+
]
143+
},
144+
"example_values": [
145+
51,
146+
2,
147+
10,
148+
14,
149+
90,
150+
88,
151+
1,
152+
12,
153+
120,
154+
71,
155+
62,
156+
31,
157+
2,
158+
45,
159+
26,
160+
37,
161+
25,
162+
59,
163+
11,
164+
41
165+
]
166+
}
167+
],
168+
"output_policy": "same",
169+
"returns": {
170+
"desc": "result",
171+
"type": {
172+
"javascript": "number",
173+
"jsdoc": "number",
174+
"c": "double",
175+
"dtype": "float64"
176+
}
177+
},
178+
"keywords": [
179+
"multiplication",
180+
"multiply",
181+
"product"
182+
],
183+
"extra_keywords": []
184+
}
185+
}
69186
}

lib/node_modules/@stdlib/number/int32/base/mul/package.json

Lines changed: 119 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,123 @@
6767
"c",
6868
"emulate",
6969
"emulation"
70-
]
70+
],
71+
"__stdlib__": {
72+
"scaffold": {
73+
"$schema": "math/[email protected]",
74+
"base_alias": "mul",
75+
"alias": "mul",
76+
"pkg_desc": "perform multiplication",
77+
"desc": "performs multiplication",
78+
"short_desc": "multiplication",
79+
"parameters": [
80+
{
81+
"name": "x",
82+
"desc": "first input value",
83+
"type": {
84+
"javascript": "number",
85+
"jsdoc": "integer",
86+
"c": "int32_t",
87+
"dtype": "int32"
88+
},
89+
"domain": [
90+
{
91+
"min": "-infinity",
92+
"max": "infinity"
93+
}
94+
],
95+
"rand": {
96+
"prng": "random/base/discrete-uniform",
97+
"parameters": [
98+
0,
99+
10
100+
]
101+
},
102+
"example_values": [
103+
1,
104+
27,
105+
0,
106+
10,
107+
9,
108+
8,
109+
1,
110+
125,
111+
20,
112+
11,
113+
12,
114+
3,
115+
2,
116+
15,
117+
16,
118+
17,
119+
125,
120+
19,
121+
101,
122+
21
123+
]
124+
},
125+
{
126+
"name": "y",
127+
"desc": "second input value",
128+
"type": {
129+
"javascript": "number",
130+
"jsdoc": "integer",
131+
"c": "int32_t",
132+
"dtype": "int32"
133+
},
134+
"domain": [
135+
{
136+
"min": "-infinity",
137+
"max": "infinity"
138+
}
139+
],
140+
"rand": {
141+
"prng": "random/base/discrete-uniform",
142+
"parameters": [
143+
0,
144+
10
145+
]
146+
},
147+
"example_values": [
148+
51,
149+
2,
150+
10,
151+
14,
152+
90,
153+
88,
154+
1,
155+
12,
156+
120,
157+
71,
158+
62,
159+
31,
160+
2,
161+
45,
162+
26,
163+
37,
164+
25,
165+
59,
166+
11,
167+
41
168+
]
169+
}
170+
],
171+
"output_policy": "same",
172+
"returns": {
173+
"desc": "result",
174+
"type": {
175+
"javascript": "number",
176+
"jsdoc": "integer",
177+
"c": "int32_t",
178+
"dtype": "int32"
179+
}
180+
},
181+
"keywords": [
182+
"multiplication",
183+
"multiply",
184+
"product"
185+
],
186+
"extra_keywords": []
187+
}
188+
}
71189
}

lib/node_modules/@stdlib/number/uint16/base/add/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"desc": "first input value",
8080
"type": {
8181
"javascript": "number",
82-
"jsdoc": "integer",
82+
"jsdoc": "uinteger",
8383
"c": "uint16_t",
8484
"dtype": "uint16"
8585
},
@@ -124,7 +124,7 @@
124124
"desc": "second input value",
125125
"type": {
126126
"javascript": "number",
127-
"jsdoc": "integer",
127+
"jsdoc": "uinteger",
128128
"c": "uint16_t",
129129
"dtype": "uint16"
130130
},
@@ -170,7 +170,7 @@
170170
"desc": "result",
171171
"type": {
172172
"javascript": "number",
173-
"jsdoc": "integer",
173+
"jsdoc": "uinteger",
174174
"c": "uint16_t",
175175
"dtype": "uint16"
176176
}

0 commit comments

Comments
 (0)