File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import Complex128Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@esm/index.mjs' ;
55
+ import Complex128Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@v0.3.0- esm/index.mjs' ;
56
56
```
57
57
58
58
<a name =" constructor " ></a >
@@ -2568,7 +2568,7 @@ var im = imag( z );
2568
2568
import Complex128 from ' https://cdn.jsdelivr.net/gh/stdlib-js/complex-float64-ctor@esm/index.mjs' ;
2569
2569
import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs' ;
2570
2570
import logEach from ' https://cdn.jsdelivr.net/gh/stdlib-js/console-log-each@esm/index.mjs' ;
2571
- import Complex128Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@esm/index.mjs' ;
2571
+ import Complex128Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-complex128@v0.3.0- esm/index.mjs' ;
2572
2572
2573
2573
// Create a complex array by specifying a length:
2574
2574
var out = new Complex128Array ( 3 );
You can’t perform that action at this time.
0 commit comments