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 c8d069a commit 7c208b6Copy full SHA for 7c208b6
lib/node_modules/@stdlib/blas/ext/to-sortedhp/lib/main.js
@@ -79,7 +79,7 @@ var format = require( '@stdlib/string/format' );
79
* // returns <ndarray>
80
*
81
* var arr = ndarray2array( out );
82
-* // returns [ [ [ -5, -3 ] ], [ [ 1, 2 ] ], [ [ 4, 6 ] ] ]
+* // returns [ [ [ -5.0, -3.0 ] ], [ [ 1.0, 2.0 ] ], [ [ 4.0, 6.0 ] ] ]
83
*/
84
function toSortedhp( x ) {
85
var sortOrder;
0 commit comments