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 607adbe commit d55cb4bCopy full SHA for d55cb4b
lib/node_modules/@stdlib/ndarray/pop/lib/index.js
@@ -43,10 +43,10 @@
43
* // returns [ <ndarray>, <ndarray> ]
44
*
45
* arr = ndarray2array( y[ 0 ] );
46
-* // returns [ [ 1 ], [ 3 ], [ 5 ] ]
+* // returns [ [ 1.0 ], [ 3.0 ], [ 5.0 ] ]
47
48
* arr = ndarray2array( y[ 1 ] );
49
-* // returns [ [ 2 ], [ 4 ], [ 6 ] ]
+* // returns [ [ 2.0 ], [ 4.0 ], [ 6.0 ] ]
50
*/
51
52
// MODULES //
0 commit comments