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 1472ad2 commit f023568Copy full SHA for f023568
lib/node_modules/@stdlib/blas/base/wasm/sdsdot/README.md
@@ -191,7 +191,7 @@ console.log( z );
191
The function has the following parameters:
192
193
- **N**: number of indexed elements.
194
-- **scalar**: scalar constant to add to dot product
+- **scalar**: scalar constant to add to dot product.
195
- **xp**: first input [`Float32Array`][@stdlib/array/float32] pointer (i.e., byte offset).
196
- **sx**: index increment for `x`.
197
- **yp**: second input [`Float32Array`][@stdlib/array/float32] pointer (i.e., byte offset).
0 commit comments