Skip to content

Commit 93afcf5

Browse files
authored
docs: add missing decimal
Signed-off-by: Athan <[email protected]>
1 parent 0d04eb8 commit 93afcf5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ int main( void ) {
314314
const int strideX = 2;
315315

316316
// Compute the variance:
317-
double v = stdlib_strided_dstdevch( N, 1, x, strideX );
317+
double v = stdlib_strided_dstdevch( N, 1.0, x, strideX );
318318

319319
// Print the result:
320320
printf( "sample standard deviation: %lf\n", v );

0 commit comments

Comments
 (0)