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 fc37e27 commit f1b7907Copy full SHA for f1b7907
lib/node_modules/@stdlib/stats/base/nanrange/README.md
@@ -40,7 +40,7 @@ var nanrange = require( '@stdlib/stats/base/nanrange' );
40
41
#### nanrange( N, x, strideX )
42
43
-Computes the [range][range] of a strided array `x`, ignoring `NaN` values.
+Computes the [range][range] of a strided array, ignoring `NaN` values.
44
45
```javascript
46
var x = [ 1.0, -2.0, NaN, 2.0 ];
0 commit comments