Skip to content

Commit ed3ef52

Browse files
authored
chore: apply review suggestions
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 1c4556a commit ed3ef52

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Adds a constant to each single-precision floating-point strided array element an
180180
```c
181181
const float x[] = { 1.0f, -2.0f, 2.0f };
182182

183-
double v = stdlib_strided_dsapxsumpw( 3, 5.0, x, 1 );
183+
double v = stdlib_strided_dsapxsumpw( 3, 5.0f, x, 1 );
184184
// returns 16.0
185185
```
186186

0 commit comments

Comments
 (0)