Skip to content

Commit 177f16c

Browse files
stdlib-botkgryte
andauthored
chore: update package meta data
PR-URL: #2933 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: stdlib-bot <[email protected]>
1 parent 6f2d56d commit 177f16c

File tree

6 files changed

+81
-81
lines changed

6 files changed

+81
-81
lines changed

lib/node_modules/@stdlib/array/fixed-endian-float64/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"main": "./lib",
1717
"directories": {
1818
"benchmark": "./benchmark",
19-
"doc": "./docs",
2019
"example": "./examples",
2120
"lib": "./lib",
2221
"test": "./test"

lib/node_modules/@stdlib/blas/base/daxpy-wasm/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"doc": "./docs",
2323
"example": "./examples",
2424
"lib": "./lib",
25+
"scripts": "./scripts",
2526
"src": "./src",
2627
"test": "./test"
2728
},

lib/node_modules/@stdlib/math/base/special/cbrt/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,30 +92,30 @@
9292
"rand": {
9393
"prng": "random/base/uniform",
9494
"parameters": [
95-
-10.0,
96-
10.0
95+
-10,
96+
10
9797
]
9898
},
9999
"example_values": [
100-
64.0,
101-
27.0,
102-
0.0,
103-
-0.0,
104-
-9.0,
105-
8.0,
106-
-1.0,
107-
125.0,
100+
64,
101+
27,
102+
0,
103+
0,
104+
-9,
105+
8,
106+
-1,
107+
125,
108108
-10.2,
109109
11.3,
110110
-12.4,
111111
3.5,
112112
-1.6,
113113
15.7,
114-
-16.0,
114+
-16,
115115
17.9,
116-
-188.0,
116+
-188,
117117
19.11,
118-
-200.0,
118+
-200,
119119
21.15
120120
]
121121
}

lib/node_modules/@stdlib/math/base/special/exp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@
9494
"rand": {
9595
"prng": "random/base/uniform",
9696
"parameters": [
97-
-10.0,
98-
10.0
97+
-10,
98+
10
9999
]
100100
},
101101
"example_values": [
102102
-1.2,
103-
2.0,
103+
2,
104104
-3.1,
105105
-4.7,
106106
5.5,
@@ -114,7 +114,7 @@
114114
-15.7,
115115
16.8,
116116
-17.9,
117-
18.10,
117+
18.1,
118118
-19.11,
119119
20.12,
120120
-21.15,

lib/node_modules/@stdlib/math/base/special/gcd/package.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -99,31 +99,31 @@
9999
"rand": {
100100
"prng": "random/base/discrete-uniform",
101101
"parameters": [
102-
0.0,
103-
50.0
102+
0,
103+
50
104104
]
105105
},
106106
"example_values": [
107-
1.0,
108-
2.0,
109-
4.0,
110-
5.0,
111-
9.0,
112-
10.0,
113-
15.0,
114-
20.0,
115-
21.0,
116-
25.0,
117-
28.0,
118-
30.0,
119-
33.0,
120-
35.0,
121-
39.0,
122-
40.0,
123-
42.0,
124-
45.0,
125-
48.0,
126-
50.0
107+
1,
108+
2,
109+
4,
110+
5,
111+
9,
112+
10,
113+
15,
114+
20,
115+
21,
116+
25,
117+
28,
118+
30,
119+
33,
120+
35,
121+
39,
122+
40,
123+
42,
124+
45,
125+
48,
126+
50
127127
]
128128
},
129129
{
@@ -144,31 +144,31 @@
144144
"rand": {
145145
"prng": "random/base/discrete-uniform",
146146
"parameters": [
147-
0.0,
148-
50.0
147+
0,
148+
50
149149
]
150150
},
151151
"example_values": [
152-
1.0,
153-
2.0,
154-
4.0,
155-
5.0,
156-
9.0,
157-
10.0,
158-
15.0,
159-
20.0,
160-
21.0,
161-
25.0,
162-
28.0,
163-
30.0,
164-
33.0,
165-
35.0,
166-
39.0,
167-
40.0,
168-
42.0,
169-
45.0,
170-
48.0,
171-
50.0
152+
1,
153+
2,
154+
4,
155+
5,
156+
9,
157+
10,
158+
15,
159+
20,
160+
21,
161+
25,
162+
28,
163+
30,
164+
33,
165+
35,
166+
39,
167+
40,
168+
42,
169+
45,
170+
48,
171+
50
172172
]
173173
}
174174
],

lib/node_modules/@stdlib/math/base/special/pow/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,17 @@
9292
"rand": {
9393
"prng": "random/base/uniform",
9494
"parameters": [
95-
-10.0,
96-
10.0
95+
-10,
96+
10
9797
]
9898
},
9999
"example_values": [
100100
-1.2,
101-
2.0,
101+
2,
102102
-3.1,
103-
4.0,
103+
4,
104104
5.5,
105-
100.0,
105+
100,
106106
8.9,
107107
3.141592653589793,
108108
11.3,
@@ -112,11 +112,11 @@
112112
-15.7,
113113
16.8,
114114
-17.9,
115-
10.0,
115+
10,
116116
-19.11,
117117
20.12,
118118
-21.15,
119-
1.0
119+
1
120120
]
121121
},
122122
{
@@ -137,31 +137,31 @@
137137
"rand": {
138138
"prng": "random/base/uniform",
139139
"parameters": [
140-
-10.0,
141-
10.0
140+
-10,
141+
10
142142
]
143143
},
144144
"example_values": [
145145
1.2,
146-
-2.0,
147-
3.0,
146+
-2,
147+
3,
148148
-0.5,
149-
0.0,
149+
0,
150150
-5.6,
151151
8.9,
152-
-10.0,
152+
-10,
153153
1.5,
154-
-12.0,
154+
-12,
155155
13.5,
156156
14.6,
157157
-15.7,
158-
6.0,
159-
-17.0,
160-
18.0,
161-
-9.0,
158+
6,
159+
-17,
160+
18,
161+
-9,
162162
2.12,
163163
-1.15,
164-
-2.0
164+
-2
165165
]
166166
}
167167
],

0 commit comments

Comments
 (0)