Skip to content

Commit 303d5dc

Browse files
chore: change statements
Co-authored-by: JoyBoy <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 300a3d3 commit 303d5dc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2/lib/routine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ setReadOnly( Routine.prototype, 'main', function dnansumkbn2( N, x, strideX ) {
118118
});
119119

120120
/**
121-
* Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm and alternative indexing semantics.
121+
* 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.
122122
*
123123
* @name ndarray
124124
* @memberof Routine.prototype

0 commit comments

Comments
 (0)