Skip to content

Commit 29ee549

Browse files
committed
chore: minor cleanup
1 parent 62c65ed commit 29ee549

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/sdsnanmean/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/sdsnanmean/lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
* var sdsnanmean = require( '@stdlib/stats/base/sdsnanmean' );
2929
*
3030
* var x = new Float32Array( [ 1.0, -2.0, NaN, 2.0 ] );
31-
* var N = x.length;
3231
*
3332
* var v = sdsnanmean( x.length, x, 1 );
3433
* // returns ~0.3333

0 commit comments

Comments
 (0)