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 4f98407 commit 2b123f6Copy full SHA for 2b123f6
lib/node_modules/@stdlib/blas/base/zaxpy/README.md
@@ -36,7 +36,7 @@ Scales values from `zx` by `za` and adds the result to `zy`.
36
37
```javascript
38
var Complex128Array = require( '@stdlib/array/complex128' );
39
-var Complex128 = require('@stdlib/complex/float64/ctor');
+var Complex128 = require( '@stdlib/complex/float64/ctor' );
40
var real = require( '@stdlib/complex/float64/real' );
41
var imag = require( '@stdlib/complex/float64/imag' );
42
0 commit comments