We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538f6a4 commit 1bb0938Copy full SHA for 1bb0938
lib/node_modules/@stdlib/array/base/broadcasted-ternary4d/benchmark/benchmark.js
@@ -123,7 +123,7 @@ function main() {
123
max = 6; // 10^max
124
125
for (i = min; i <= max; i++) {
126
- N = floor(pow(pow(10, i), 1.0 / 3.0));
+ N = floor(pow(pow(10, i), 1.0 / 4.0));
127
sh = [N, N, N, N];
128
f = createBenchmark(sh);
129
bench(pkg + '::equidimensional:size=' + numel(sh), f);
0 commit comments