WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 823736b

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 20ab9b8 commit 823736b

File tree

1 file changed

+2
-4
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/dcusumkbn

1 file changed

+2
-4
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/dcusumkbn/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ limitations under the License.
2020

2121
# dcusumkbn
2222

23-
> Compute the cumulative sum of one-dimensional double-precision floating-point ndarray using an improved Kahan–Babuška
24-
> algorithm.
23+
> Compute the cumulative sum of one-dimensional double-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
2524
2625
<section class="intro">
2726

@@ -39,8 +38,7 @@ var dcusumkbn = require( '@stdlib/blas/ext/base/ndarray/dcusumkbn' );
3938

4039
#### dcusumkbn( arrays )
4140

42-
Computes the cumulative sum of one-dimensional double-precision floating-point
43-
ndarray using an improved Kahan–Babuška algorithm.
41+
Computes the cumulative sum of one-dimensional double-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
4442

4543
```javascript
4644
var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)