Skip to content

Commit 1bb0938

Browse files
committed
fix: change denominator 3 to 4
1 parent 538f6a4 commit 1bb0938

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/broadcasted-ternary4d/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/broadcasted-ternary4d/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function main() {
123123
max = 6; // 10^max
124124

125125
for (i = min; i <= max; i++) {
126-
N = floor(pow(pow(10, i), 1.0 / 3.0));
126+
N = floor(pow(pow(10, i), 1.0 / 4.0));
127127
sh = [N, N, N, N];
128128
f = createBenchmark(sh);
129129
bench(pkg + '::equidimensional:size=' + numel(sh), f);

0 commit comments

Comments
 (0)