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 d0d67f5 commit 3317e12Copy full SHA for 3317e12
lib/node_modules/@stdlib/blas/ext/base/dsumkbn/README.md
@@ -200,7 +200,7 @@ Computes the sum of double-precision floating-point strided array elements using
200
const double x[] = { 1.0, 2.0, 3.0, 4.0 };
201
202
double v = stdlib_strided_dsumkbn_ndarray( 4, x, 1, 0 );
203
-// returns 10s.0
+// returns 10.0
204
```
205
206
The function accepts the following arguments:
0 commit comments