File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
lib/node_modules/@stdlib/stats/base/nanminabs/docs Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11
2- {{alias}}( N, x, stride )
2+ {{alias}}( N, x, strideX )
33 Computes the minimum absolute value of a strided array, ignoring `NaN`
44 values.
55
6- The `N` and `stride ` parameters determine which elements in `x` are accessed
6+ The `N` and `strideX ` parameters determine which elements in the strided array are accessed
77 at runtime.
88
99 Indexing is relative to the first index. To introduce an offset, use a typed
1919 x: Array<number>|TypedArray
2020 Input array.
2121
22- stride : integer
23- Index increment .
22+ strideX : integer
23+ stride length .
2424
2525 Returns
2626 -------
6565 x: Array<number>|TypedArray
6666 Input array.
6767
68- stride : integer
69- Index increment .
68+ strideX : integer
69+ stride length .
7070
71- offset : integer
71+ offsetX : integer
7272 Starting index.
7373
7474 Returns
9191
9292 See Also
9393 --------
94-
You can’t perform that action at this time.
0 commit comments