Skip to content

Commit 08af8b8

Browse files
chore: updated docs
Signed-off-by: JoyBoy <[email protected]>
1 parent 15eaaf3 commit 08af8b8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/snansumkbn2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var v = snansumkbn2.main( 4, x1, 2 );
7676

7777
#### snansumkbn2.ndarray( N, x, strideX, offsetX )
7878

79-
Computes the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm indexing semantics.
79+
Computes the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm and alternative indexing semantics.
8080

8181
```javascript
8282
var Float32Array = require( '@stdlib/array/float32' );

0 commit comments

Comments
 (0)