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 d428349 commit 8a1008fCopy full SHA for 8a1008f
lib/node_modules/@stdlib/stats/base/nanmin/README.md
@@ -38,7 +38,7 @@ var nanmin = require( '@stdlib/stats/base/nanmin' );
38
39
#### nanmin( N, x, strideX )
40
41
-Computes the minimum value of a strided array `x`, ignoring `NaN` values.
+Computes the minimum value of a strided array, ignoring `NaN` values.
42
43
```javascript
44
var x = [ 1.0, -2.0, NaN, 2.0 ];
0 commit comments