Skip to content

Commit e719cfd

Browse files
authored
Update repl.txt
Signed-off-by: Kaushikgtm <[email protected]>
1 parent 27e92b1 commit e719cfd

File tree

1 file changed

+3
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/nanmax-by/docs

1 file changed

+3
-2
lines changed

lib/node_modules/@stdlib/stats/base/nanmax-by/docs/repl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Calculates the maximum value of a strided array via a callback function,
44
ignoring `NaN` values.
55

6-
The `N` and `strideX` parameters determine which elements in `x` are accessed
7-
at runtime.
6+
The `N` and `strideX` parameters determine which elements in `x` are,
7+
accessed at runtime.
88

99
Indexing is relative to the first index. To introduce an offset, use typed
1010
array views.
@@ -111,6 +111,7 @@
111111
> {{alias}}.ndarray( x.length, x, 1, 0, accessor )
112112
8.0
113113

114+
114115
// Using an index offset:
115116
> x = [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ];
116117
> var N = {{alias:@stdlib/math/base/special/floor}}( x.length / 2 );

0 commit comments

Comments
 (0)