File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
lib/node_modules/@stdlib/stats/strided Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var accessors = require( './accessors.js' );
32
32
* Computes the maximum value of a strided array via a callback function.
33
33
*
34
34
* @param {PositiveInteger } N - number of indexed elements
35
- * @param {Collection } x - input array/collection
35
+ * @param {Collection } x - input array
36
36
* @param {integer } strideX - index increment
37
37
* @param {NonNegativeInteger } offsetX - starting index
38
38
* @param {Callback } clbk - callback
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var accessors = require( './accessors.js' );
32
32
* Computes the minimum value of a strided array via a callback function.
33
33
*
34
34
* @param {PositiveInteger } N - number of indexed elements
35
- * @param {Collection } x - input array/collection
35
+ * @param {Collection } x - input array
36
36
* @param {integer } strideX - index increment
37
37
* @param {NonNegativeInteger } offsetX - starting index
38
38
* @param {Callback } clbk - callback
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ var ndarray = require( './ndarray.js' );
30
30
* Computes the maximum value of a strided array via a callback function, ignoring `NaN` values.
31
31
*
32
32
* @param {PositiveInteger } N - number of indexed elements
33
- * @param {Collection } x - input array/collection
33
+ * @param {Collection } x - input array
34
34
* @param {integer } strideX - index increment
35
35
* @param {Callback } clbk - callback
36
36
* @param {* } [thisArg] - execution context
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var accessors = require( './accessors.js' );
32
32
* Computes the maximum value of a strided array via a callback function, ignoring `NaN` values.
33
33
*
34
34
* @param {PositiveInteger } N - number of indexed elements
35
- * @param {Collection } x - input array/collection
35
+ * @param {Collection } x - input array
36
36
* @param {integer } strideX - index increment
37
37
* @param {NonNegativeInteger } offsetX - starting index
38
38
* @param {Callback } clbk - callback
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ var ndarray = require( './ndarray.js' );
30
30
* Computes the minimum value of a strided array via a callback function, ignoring `NaN` values.
31
31
*
32
32
* @param {PositiveInteger } N - number of indexed elements
33
- * @param {Collection } x - input array/collection
33
+ * @param {Collection } x - input array
34
34
* @param {integer } strideX - index increment
35
35
* @param {Callback } clbk - callback
36
36
* @param {* } [thisArg] - execution context
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var accessors = require( './accessors.js' );
32
32
* Computes the minimum value of a strided array via a callback function, ignoring `NaN` values.
33
33
*
34
34
* @param {PositiveInteger } N - number of indexed elements
35
- * @param {Collection } x - input array/collection
35
+ * @param {Collection } x - input array
36
36
* @param {integer } strideX - index increment
37
37
* @param {NonNegativeInteger } offsetX - starting index
38
38
* @param {Callback } clbk - callback
You can’t perform that action at this time.
0 commit comments