Skip to content

Commit 74aaf56

Browse files
committed
-
1 parent a4b6e5a commit 74aaf56

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/range/docs

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Standard Usage:
3232
> var x = [ 1.0, -2.0, 2.0 ];
3333
> {{alias}}( 3, x, 1 )
34-
4.0
34+
NaN
3535

3636
// Using `N` and stride parameters:
3737
> x = [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ];

0 commit comments

Comments
 (0)