We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b6e5a commit 74aaf56Copy full SHA for 74aaf56
lib/node_modules/@stdlib/stats/base/range/docs/repl.txt
@@ -31,7 +31,7 @@
31
// Standard Usage:
32
> var x = [ 1.0, -2.0, 2.0 ];
33
> {{alias}}( 3, x, 1 )
34
- 4.0
+ NaN
35
36
// Using `N` and stride parameters:
37
> x = [ -2.0, 1.0, 1.0, -5.0, 2.0, -1.0 ];
0 commit comments