Skip to content

Commit a20ac03

Browse files
Merge branch 'ndarray-dsmean' of https://github.com/Neerajpathak07/stdlib into ndarray-dsmean
2 parents 2ab9bc5 + 4b94211 commit a20ac03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dsmean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var Float32Array = require( '@stdlib/array/float32' );
6161
var x = new Float32Array( [ 1.0, -2.0, 2.0 ] );
6262

6363
var v = dsmean( x.length, x, 1 );
64-
// returns ~0.333
64+
// returns ~0.33333
6565
```
6666

6767
The function has the following parameters:

lib/node_modules/@stdlib/stats/base/dsmean/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2020 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)