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 24c8a30 commit b36a88aCopy full SHA for b36a88a
lib/node_modules/@stdlib/stats/incr/nanmmda/benchmark/benchmark.js
@@ -33,7 +33,7 @@ bench( pkg, function benchmark( b ) {
33
var i;
34
b.tic();
35
for ( i = 0; i < b.iterations; i++ ) {
36
- f = incrnanmmda( (i%5)+1 );
+ f = incrnanmmda( ( i%5 ) + 1 );
37
if ( typeof f !== 'function' ) {
38
b.fail( 'should return a function' );
39
}
0 commit comments