Skip to content

Commit 86b400e

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 651f122 commit 86b400e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Computes the [standard deviation][standard-deviation] of a double-precision floa
250250
const double x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 0.0/0.0, 0.0/0.0 };
251251

252252
double v = stdlib_strided_dnanstdev( 5, 1.0, x, 2 );
253-
// returns 2.581989
253+
// returns ~2.58
254254
```
255255
256256
The function accepts the following arguments:
@@ -272,7 +272,7 @@ Computes the [standard deviation][standard-deviation] of a double-precision floa
272272
const double x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 0.0/0.0, 0.0/0.0 };
273273

274274
double v = stdlib_strided_dnanstdev_ndarray( 5, 1.0, x, 2, 0 );
275-
// returns 2.581989
275+
// returns ~2.58
276276
```
277277
278278
The function accepts the following arguments:

0 commit comments

Comments
 (0)