Skip to content

Commit 72464ea

Browse files
authored
Update index.js
Signed-off-by: Harsh <[email protected]>
1 parent 4974a99 commit 72464ea

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanrss/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanrss/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ for ( i = 0; i < 100; i++ ) {
3838
v2 = NaN;
3939
} else {
4040
v1 = ( randu()*100.0 ) - 50.0;
41-
v2 = ( randu()*100.0 ) - 50.0;
41+
v2 = ( randu()*100.0 ) - 50.0;
4242
}
4343
rss = accumulator( v1, v2 );
4444
console.log( '%d\t%d\t%d', v1.toFixed( 3 ), v2.toFixed( 3 ), ( rss === null ) ? NaN : rss.toFixed( 3 ) );

0 commit comments

Comments
 (0)