Skip to content

Commit dc9f39f

Browse files
authoredMar 13, 2025
chore: address commit comments
PR-URL: #6011 Closes: #6002 =Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent cb7c51d commit dc9f39f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed
 

‎lib/node_modules/@stdlib/stats/base/dnanstdevwd/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Computes the [standard deviation][standard-deviation] of a double-precision floa
254254
const double x[] = { 1.0, -2.0, 0.0/0.0, 2.0 };
255255

256256
double v = stdlib_strided_dnanstdevwd( 4, 1.0, x, 1 );
257-
// returns ~4.3333
257+
// returns ~2.0817
258258
```
259259
260260
The function accepts the following arguments:
@@ -276,7 +276,7 @@ Computes the [standard deviation][standard-deviation] of a double-precision floa
276276
const double x[] = { 1.0, -2.0, 0.0/0.0, 2.0 };
277277

278278
double v = stdlib_strided_dnanstdevwd_ndarray( 4, 1.0, x, 1, 0 );
279-
// returns ~4.3333
279+
// returns ~2.0817
280280
```
281281
282282
The function accepts the following arguments:

0 commit comments

Comments
 (0)
Failed to load comments.