@@ -628,7 +628,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
628628* nullary3d( wrapper, [ x, sortOrder ], views, [ 1, 1, 3 ], [ 12, 12, 4 ], true, strategy, {} );
629629*
630630* var arr = ndarray2array( x.data, x.shape, x.strides, x.offset, x.order );
631- * // returns [ [ [ [ [ 9, 10 ], [ 11, 12 ] ], [ [ 5, 6 ], [ 7, 8 ] ], [ [ 1, 2 ], [ 3, 4 ] ] ] ] ]
631+ * // returns [ [ [ [ [ 9.0 , 10.0 ], [ 11.0 , 12.0 ] ], [ [ 5.0 , 6.0 ], [ 7.0 , 8.0 ] ], [ [ 1.0 , 2.0 ], [ 3.0 , 4.0 ] ] ] ] ]
632632*/
633633< span class ="cstat-no " title ="statement not covered " > < span class ="fstat-no " title ="function not covered " > function nullary3d( fcn, arrays, views, shape, stridesX, isRowMajor, strategyX, opts ) { // eslint-disable-line max-len</ span > </ span >
634634< span class ="cstat-no " title ="statement not covered " > var dv0;</ span >
@@ -721,7 +721,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
721721 < div class ='footer quiet pad2 space-top1 center small '>
722722 Code coverage generated by
723723 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
724- at 2025-07-29T08:32:51.425Z
724+ at 2025-07-29T08:42:25.108Z
725725 </ div >
726726 < script src ="../../../../prettify.js "> </ script >
727727 < script >
0 commit comments