Skip to content

Commit 115b665

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent 2dd5bff commit 115b665

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dnancusumkbn

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dnancusumkbn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dnancusumkbn( 4, 0.0, x1, -2, y1, 1 );
9898

9999
#### dnancusumkbn.ndarray( N, sum, x, strideX, offsetX, y, strideY, offsetY )
100100

101-
Computes the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm, ignoring `NaN` values and alternative indexing semantics.
101+
Computes the cumulative sum of double-precision floating-point strided array elements ignoring `NaN` values and using an improved Kahan–Babuška algorithm and alternative indexing semantics.
102102

103103
```javascript
104104
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)