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 c8b03cb commit 9aafd79Copy full SHA for 9aafd79
lib/node_modules/@stdlib/blas/base/cscal/lib/index.js
@@ -56,7 +56,7 @@
56
*
57
* cscal.ndarray( 3, ca cx, 1, 0 );
58
59
-* var z = y.get( 0 );
+* var z = cx.get( 0 );
60
* // returns <Complex64>
61
62
* var re = realf( z );
0 commit comments