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 e014630 commit df88d3cCopy full SHA for df88d3c
lib/node_modules/@stdlib/blas/ext/base/sasumpw/README.md
@@ -195,7 +195,7 @@ Computes the sum of absolute values ([_L1_ norm][l1norm]) of single-precision fl
195
const float x[] = { 1.0f, 2.0f, 3.0f, 4.0f }
196
197
float v = stdlib_strided_sasumpw( 4, x, 1 );
198
-// returns 10.0
+// returns 10.0f
199
```
200
201
The function accepts the following arguments:
@@ -216,7 +216,7 @@ Computes the sum of absolute values ([_L1_ norm][l1norm]) of single-precision fl
216
217
218
float v = stdlib_strided_sasumpw_ndarray( 4, x, 1, 0 );
219
220
221
222
0 commit comments