Skip to content

Commit b377a4c

Browse files
authored
chore: code review
Signed-off-by: Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
1 parent c9c29d0 commit b377a4c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Computes the [variance][variance] of a single-precision floating-point strided a
265265
```c
266266
const double x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 }
267267

268-
double v = stdlib_strided_dsvariancepn_ndarray( 4, 1.0, x, 2, 0 );
268+
double v = stdlib_strided_dsvariancepn_ndarray( 4, 1.0f, x, 2, 0 );
269269
// returns ~6.666667
270270
```
271271

0 commit comments

Comments
 (0)