We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efc1b5 commit 0d7e2b6Copy full SHA for 0d7e2b6
lib/node_modules/@stdlib/stats/base/dnanstdevyc/README.md
@@ -324,7 +324,7 @@ int main( void ) {
324
const int strideX = 2;
325
326
// Compute the variance:
327
- double v = stdlib_strided_dnanstdevyc( N, 1, x, strideX );
+ double v = stdlib_strided_dnanstdevyc( N, 1.0, x, strideX );
328
329
// Print the result:
330
printf( "sample standard deviation: %lf\n", v );
0 commit comments