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 fa8fe58 commit e48e8feCopy full SHA for e48e8fe
1 file changed
lib/node_modules/@stdlib/stats/base/ndarray/dmediansorted/lib/main.js
@@ -30,7 +30,7 @@ var strided = require( '@stdlib/stats/strided/dmediansorted' ).ndarray;
30
// MAIN //
31
32
/**
33
-* Computes the median value of a sorted one-dimensional single-precision floating-point ndarray.
+* Computes the median value of a sorted one-dimensional double-precision floating-point ndarray.
34
*
35
* @param {ArrayLikeObject<Object>} arrays - array-like object containing a sorted input ndarray
36
* @returns {number} median value
0 commit comments