Skip to content

Commit 8d6f380

Browse files
authored
fix: fix copy paste error
1 parent 1bf26a6 commit 8d6f380

File tree

1 file changed

+4
-6
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/wasm/dapxsumpw/docs

1 file changed

+4
-6
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/dapxsumpw/docs/repl.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22
{{alias}}.main( N, alpha, x, strideX )
33
Adds a scalar constant to each double-precision floating-point strided
4-
array element and computes the sum using an improved Kahan–Babuška
5-
algorithm.
4+
array element and computes the sum using pairwise summation.
65

76
The `N` and stride parameters determine which elements in the strided array
87
are accessed at runtime.
@@ -52,8 +51,8 @@
5251

5352
{{alias}}.ndarray( N, alpha, x, strideX, offsetX )
5453
Adds a scalar constant to each double-precision floating-point strided array
55-
element and computes the sum using pairwise summation and
56-
alternative indexing semantics.
54+
element and computes the sum using pairwise summation and alternative indexing
55+
semantics.
5756

5857
While typed array views mandate a view offset based on the underlying
5958
buffer, the offset parameter supports indexing semantics based on a starting
@@ -427,8 +426,7 @@
427426

428427
{{alias}}.Module.prototype.main( N, alpha, xp, sx )
429428
Adds a scalar constant to each double-precision floating-point strided
430-
array element and computes the sum using an improved Kahan–Babuška
431-
algorithm.
429+
array element and computes the sum using pairwise summation.
432430

433431
Parameters
434432
----------

0 commit comments

Comments
 (0)