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 4b90771 commit d54502eCopy full SHA for d54502e
1 file changed
lib/node_modules/@stdlib/stats/meanwd/examples/index.js
@@ -25,7 +25,7 @@ var meanwd = require( './../lib' );
25
26
// Generate an array of random numbers:
27
var x = uniform( [ 5, 5 ], 0.0, 20.0 );
28
-console.log( x );
+console.log( ndarray2array( x ) );
29
30
// Perform a reduction:
31
var y = meanwd( x, {
0 commit comments