Skip to content

Commit 05bdd2b

Browse files
authored
docs: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent d72cefd commit 05bdd2b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dssumors

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dssumors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ double stdlib_strided_dssumors( const CBLAS_INT N, const float *X, const CBLAS_I
198198
Computes the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and alternative indexing semantics and returning an extended precision result.
199199

200200
```c
201-
const float x[] = { 1.0f, -2.0f, 0.0f/0.0f, 2.0f };
201+
const float x[] = { 1.0f, 2.0f, 3.0f, 4.0f };
202202

203203
double v = stdlib_strided_dssumors_ndarray( 4, x, 1, 0 );
204204
// returns 1.0

0 commit comments

Comments
 (0)