Skip to content

Commit f382b9e

Browse files
authored
docs: fix descriptions
Signed-off-by: Athan <[email protected]>
1 parent c498e70 commit f382b9e

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/docs/types

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/docs/types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ interface Module extends ModuleWrapper {
155155
main( N: number, xptr: number, strideX: number ): number;
156156

157157
/**
158-
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
158+
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm and alternative indexing semantics.
159159
*
160160
* @param N - number of indexed elements
161161
* @param xptr - input array pointer (i.e., byte offset)
@@ -220,7 +220,7 @@ interface Routine extends ModuleWrapper {
220220
main( N: number, x: Float64Array, strideX: number ): number;
221221

222222
/**
223-
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
223+
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm and alternative indexing semantics.
224224
*
225225
* @param N - number of indexed elements
226226
* @param x - input array
@@ -279,7 +279,7 @@ interface Routine extends ModuleWrapper {
279279
}
280280

281281
/**
282-
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm and alternative indexing semantics.
282+
* Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
283283
*
284284
* @param N - number of indexed elements
285285
* @param x - input array

0 commit comments

Comments
 (0)