Skip to content

Commit d17d759

Browse files
authored
docs: fix example
Signed-off-by: Athan <[email protected]>
1 parent 0d4a877 commit d17d759

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Computes the arithmetic mean of a double-precision floating-point strided array,
214214
```c
215215
const double x[] = { 1.0, 2.0, 0.0/0.0, 3.0, 0.0/0.0, 4.0, 5.0, 6.0, 0.0/0.0, 7.0, 8.0, 0.0/0.0 };
216216

217-
double v = stdlib_strided_dnanmeanors( 6, x, 2, 0 );
217+
double v = stdlib_strided_dnanmeanors_ndarray( 6, x, 2, 0 );
218218
// returns ~4.6667
219219
```
220220

0 commit comments

Comments
 (0)