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 3487a43 commit baa6ab9Copy full SHA for baa6ab9
1 file changed
lib/node_modules/@stdlib/stats/base/ndarray/smskrange/lib/main.js
@@ -30,8 +30,7 @@ var strided = require( '@stdlib/stats/strided/smskrange' ).ndarray;
30
// MAIN //
31
32
/**
33
-* Computes the range of a one-dimensional single-precision floating-point
34
-* ndarray according to a mask.
+* Computes the range of a one-dimensional single-precision floating-point ndarray according to a mask.
35
*
36
* @param {ArrayLikeObject<Object>} arrays - array-like object containing an input ndarray and a mask ndarray
37
* @returns {number} range
0 commit comments