File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/node_modules/@stdlib/stats/max-by Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ var v = y.get();
52
52
53
53
The function has the following parameters:
54
54
55
- - ** x** : input [ ndarray] [ @stdlib/ndarray/ctor ] . Must have a real-valued or "generic" [ data type ] [ @stdlib/ndarray/dtypes ] .
55
+ - ** x** : input [ ndarray] [ @stdlib/ndarray/ctor ] .
56
56
- ** options** : function options (_ optional_ ).
57
57
- ** clbk** : callback function.
58
58
- ** thisArg** : callback function execution context (_ optional_ ).
Original file line number Diff line number Diff line change 17
17
Parameters
18
18
----------
19
19
x: ndarray
20
- Input array. Must have a real-valued or "generic" data type.
20
+ Input array.
21
21
22
22
options: Object (optional)
23
23
Function options.
72
72
Parameters
73
73
----------
74
74
x: ndarray
75
- Input array. Must have a real-valued or generic data type.
75
+ Input array.
76
76
77
77
out: ndarray
78
78
Output array.
You can’t perform that action at this time.
0 commit comments