Skip to content

Commit 24ffac0

Browse files
committed
docs: apply review suggestions
1 parent c879c2b commit 24ffac0

File tree

1 file changed

+7
-7
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dsnansumpw/docs

1 file changed

+7
-7
lines changed

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

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

22
{{alias}}( N, x, strideX )
3-
Computes the sum of single-precision floating-point strided array
4-
elements, ignoring `NaN` values, using pairwise summation with
5-
extended accumulation, and returning an extended precision result.
3+
Computes the sum of single-precision floating-point strided array elements,
4+
ignoring `NaN` values, using pairwise summation with extended
5+
accumulation, and returning an extended precision result.
66

77
The `N` and stride parameters determine which elements in the strided array
88
are accessed at runtime.
@@ -48,10 +48,10 @@
4848

4949

5050
{{alias}}.ndarray( N, x, strideX, offsetX )
51-
Computes the sum of single-precision floating-point strided array
52-
elements, ignoring `NaN` values and using pairwise summation with
53-
extended accumulation and alternative indexing semantics, and
54-
returning an extended precision result.
51+
Computes the sum of single-precision floating-point strided array elements,
52+
ignoring `NaN` values and using pairwise summation with extended
53+
accumulation and alternative indexing semantics, and returning
54+
an extended precision result.
5555

5656
While typed array views mandate a view offset based on the underlying
5757
buffer, the offset parameter supports indexing semantics based on a

0 commit comments

Comments
 (0)