Skip to content

Commit bea02b8

Browse files
authored
docs: update description
Signed-off-by: Athan <[email protected]>
1 parent 8a05a32 commit bea02b8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ console.log( v );
194194

195195
#### stdlib_strided_dmeanpn( N, \*X, strideX )
196196

197-
Calculate the [arithmetic mean][arithmetic-mean] of a double-precision floating-point strided array using a two-pass error correction algorithm.
197+
Computes the [arithmetic mean][arithmetic-mean] of a double-precision floating-point strided array using a two-pass error correction algorithm.
198198

199199
```c
200200
const double x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 };

0 commit comments

Comments
 (0)