File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.
5252## Usage
5353
5454``` 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' ;
5656```
5757
5858<a name =" constructor " ></a >
@@ -2568,7 +2568,7 @@ var im = imag( z );
25682568import Complex128 from ' https://cdn.jsdelivr.net/gh/stdlib-js/complex-float64-ctor@esm/index.mjs' ;
25692569import Float64Array from ' https://cdn.jsdelivr.net/gh/stdlib-js/array-float64@esm/index.mjs' ;
25702570import 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' ;
25722572
25732573// Create a complex array by specifying a length:
25742574var out = new Complex128Array ( 3 );
You can’t perform that action at this time.
0 commit comments