Skip to content

Commit d72cefd

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

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
@@ -177,7 +177,7 @@ console.log( v );
177177
Computes the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.
178178

179179
```c
180-
const float x[] = { 1.0f, -2.0f, 0.0f/0.0f, 2.0f };
180+
const float x[] = { 1.0f, 2.0f, 3.0f, 4.0f };
181181

182182
double v = stdlib_strided_dssumors( 4, x, 1 );
183183
// returns 1.0

0 commit comments

Comments
 (0)