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 6095259 commit 8d6b61bCopy full SHA for 8d6b61b
lib/node_modules/@stdlib/stats/base/dstdev/README.md
@@ -236,7 +236,7 @@ console.log( v );
236
237
#### stdlib_strided_dstdev( N, correction, \*X, strideX )
238
239
-Computes the [standard deviation][standard-deviation] of a double-precision floating-point strided array `x`.
+Computes the [standard deviation][standard-deviation] of a double-precision floating-point strided array.
240
241
```c
242
const double x[] = { 1.0, -2.0, 2.0 };
0 commit comments