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 f7249fe commit 4570d70Copy full SHA for 4570d70
lib/node_modules/@stdlib/blas/base/wasm/zscal/docs/repl.txt
@@ -47,7 +47,7 @@
47
// Using typed array views:
48
> var x0 = new {{alias:@stdlib/array/complex128}}( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );
49
> var x1 = new {{alias:@stdlib/array/complex128}}( x0.buffer, x0.BYTES_PER_ELEMENT*1 );
50
- > var alpha = new {{alias:@stdlib/complex/float64/ctor}}( 2.0, 2.0 );
+ > alpha = new {{alias:@stdlib/complex/float64/ctor}}( 2.0, 2.0 );
51
> {{alias}}.main( 2, alpha, x1, 1 )
52
<Complex128Array>[ -2.0, 14.0, -2.0, 22.0 ]
53
> x0
0 commit comments