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 5cd396f commit 4f98407Copy full SHA for 4f98407
lib/node_modules/@stdlib/blas/base/caxpy/README.md
@@ -36,7 +36,7 @@ Scales values from `cx` by `ca` and adds the result to `cy`.
36
37
```javascript
38
var Complex64Array = require( '@stdlib/array/complex64' );
39
-var Complex64 = require('@stdlib/complex/float32/ctor');
+var Complex64 = require( '@stdlib/complex/float32/ctor' );
40
var realf = require( '@stdlib/complex/float32/real' );
41
var imagf = require( '@stdlib/complex/float32/imag' );
42
0 commit comments