We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecb0d0 commit c7eca07Copy full SHA for c7eca07
lib/node_modules/@stdlib/stats/base/ndarray/scumax/lib/main.js
@@ -33,7 +33,7 @@ var strided = require( '@stdlib/stats/strided/scumax' ).ndarray;
33
* Computes the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
34
*
35
* @param {ArrayLikeObject<Object>} arrays - array-like object containing an input ndarray and an output ndarray
36
-* @returns {number} maximum value
+* @returns {ndarrayLike} output ndarray
37
38
* @example
39
* var Float32Array = require( '@stdlib/array/float32' );
0 commit comments