Skip to content

Commit fddb7d1

Browse files
feat: Renaming files
1 parent 3ca878a commit fddb7d1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/base/dnanmeanwd/lib/ndarray.native.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ var addon = require( './../src/addon.node' );
3939
*
4040
* var x = new Float64Array( [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0, NaN ] );
4141
*
42-
* var v = dnanmeanwd( 5, x, 2, 1 );
43-
* // returns 1.25
4442
*/
4543
function dnanmeanwd( N, x, strideX, offsetX ) {
4644
return addon.ndarray( N, x, strideX, offsetX );

lib/node_modules/@stdlib/stats/base/dnanmeanwd/src/mian.c renamed to lib/node_modules/@stdlib/stats/base/dnanmeanwd/src/main.c

File renamed without changes.

0 commit comments

Comments
 (0)