Skip to content

Commit 07e35de

Browse files
authored
docs: document provided arguments
Signed-off-by: Athan <kgryte@gmail.com>
1 parent d4f47d1 commit 07e35de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/nanmin-by/lib

lib/node_modules/@stdlib/stats/base/ndarray/nanmin-by/lib/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ function nanminBy( arrays, clbk, thisArg ) {
6161
* @private
6262
* @param {*} value - current array element
6363
* @param {NonNegativeInteger} aidx - current array element index
64+
* @param {NonNegativeInteger} sidx - current strided array element index
65+
* @param {Collection} arr - input array
6466
* @returns {*} result
6567
*/
6668
function wrapper( value, aidx ) {

0 commit comments

Comments
 (0)