Skip to content

Commit 4894830

Browse files
authored
docs: remove unused import
Signed-off-by: Athan <[email protected]>
1 parent fefbbe8 commit 4894830

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/meanwd/lib

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/base/meanwd/lib/ndarray.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ var accessors = require( './accessors.js' );
5454
* @returns {number} arithmetic mean
5555
*
5656
* @example
57-
* var floor = require( '@stdlib/math/base/special/floor' );
58-
*
5957
* var x = [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0 ];
6058
*
6159
* var v = meanwd( 4, x, 2, 1 );

0 commit comments

Comments
 (0)