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 1c4556a commit ed3ef52Copy full SHA for ed3ef52
lib/node_modules/@stdlib/blas/ext/base/dsapxsumpw/README.md
@@ -180,7 +180,7 @@ Adds a constant to each single-precision floating-point strided array element an
180
```c
181
const float x[] = { 1.0f, -2.0f, 2.0f };
182
183
-double v = stdlib_strided_dsapxsumpw( 3, 5.0, x, 1 );
+double v = stdlib_strided_dsapxsumpw( 3, 5.0f, x, 1 );
184
// returns 16.0
185
```
186
0 commit comments