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 935d50a commit 0632e20Copy full SHA for 0632e20
lib/node_modules/@stdlib/stats/base/range-by/lib/main.js
@@ -30,7 +30,7 @@ var ndarray = require( './ndarray.js' );
30
* Computes the range of a strided array via a callback function.
31
*
32
* @param {PositiveInteger} N - number of indexed elements
33
-* @param {NumericArray|Collection|AccessorArrayLike<number>} x - input array/collection
+* @param {Collection} x - input array
34
* @param {integer} strideX - index increment
35
* @param {Callback} clbk - callback
36
* @param {*} [thisArg] - execution context
0 commit comments