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 ce365aa commit 34d2633Copy full SHA for 34d2633
lib/node_modules/@stdlib/stats/base/nanmskmax/lib/accessors.js
@@ -29,6 +29,7 @@ var isPositiveZero = require( '@stdlib/math/base/assert/is-positive-zero' );
29
/**
30
* Computes the maximum value of a strided array according to a mask, ignoring `NaN` values.
31
*
32
+* @private
33
* @param {PositiveInteger} N - number of indexed elements
34
* @param {Object} x - input array object
35
* @param {Collection} x.data - input array data
0 commit comments