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 af134dd commit 7cb5f25Copy full SHA for 7cb5f25
lib/node_modules/@stdlib/stats/base/ndarray/nanminabs/test/test.js
@@ -32,7 +32,7 @@ var nanminabs = require( './../lib' );
32
* Returns a one-dimensional ndarray.
33
*
34
* @private
35
-* @param {Float64Array} buffer - underlying data buffer
+* @param {Collection} buffer - underlying data buffer
36
* @param {NonNegativeInteger} length - number of indexed elements
37
* @param {integer} stride - stride length
38
* @param {NonNegativeInteger} offset - index offset
0 commit comments