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 82fd60a

Browse files
authored
docs: fix type
Signed-off-by: Athan <[email protected]>
1 parent b1affea commit 82fd60a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/dcusumkbn/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var strided = require( '@stdlib/blas/ext/base/dcusumkbn' ).ndarray;
3434
* Computes the cumulative sum of a one-dimensional double-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
3535
*
3636
* @param {ArrayLikeObject<Object>} arrays - array-like object containing an input ndarray, an output ndarray, and an ndarray containing the initial sum
37-
* @returns {number} sum
37+
* @returns {Object} output ndarray
3838
*
3939
* @example
4040
* var Float64Array = require( '@stdlib/array/float64' );

0 commit comments

Comments
 (0)