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 5a5ac9d commit fcd86aeCopy full SHA for fcd86ae
lib/node_modules/@stdlib/math/base/special/minmaxn/benchmark/benchmark.js
@@ -42,7 +42,7 @@ bench( pkg, function benchmark( b ) {
42
43
b.tic();
44
for ( i = 0; i < b.iterations; i++ ) {
45
- z = minmaxn( x[ i%x.length ], y[ i%y.length] );
+ z = minmaxn( x[ i%x.length ], y[ i%y.length ] );
46
if ( z.length !== 2 ) {
47
b.fail( 'should have expected length' );
48
}
0 commit comments