Skip to content

Commit 178e066

Browse files
authored
Update repl.txt
Signed-off-by: Kaushikgtm <[email protected]>
1 parent 1ab7879 commit 178e066

File tree

1 file changed

+7
-8
lines changed
  • lib/node_modules/@stdlib/stats/base/nanminabs/docs

1 file changed

+7
-8
lines changed

lib/node_modules/@stdlib/stats/base/nanminabs/docs/repl.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
@@ -19,8 +19,8 @@
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
-------
@@ -65,10 +65,10 @@
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
@@ -91,4 +91,3 @@
9191

9292
See Also
9393
--------
94-

0 commit comments

Comments
 (0)