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 d793db6 commit e4f78afCopy full SHA for e4f78af
lib/node_modules/@stdlib/blas/base/icamax/examples/index.js
@@ -27,7 +27,7 @@ function rand() {
27
return new Complex64( discreteUniform( 0, 10 ), discreteUniform( -5, 5 ) );
28
}
29
30
-// Generate random input arrays:
+// Generate random input array:
31
var x = filledarrayBy( 10, 'complex64', rand );
32
console.log( x.toString() );
33
0 commit comments