File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/math/base/special/cinv Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ var im = imag( v );
77
77
<!-- eslint no-undef: "error" -->
78
78
79
79
``` javascript
80
- var Complex128Array = require ( ' @stdlib/array/complex64 ' );
80
+ var Complex128Array = require ( ' @stdlib/array/complex128 ' );
81
81
var uniform = require ( ' @stdlib/random/array/uniform' );
82
82
var logEachMap = require ( ' @stdlib/console/log-each-map' );
83
83
var cinv = require ( ' @stdlib/math/base/special/cinv' );
Original file line number Diff line number Diff line change 18
18
19
19
'use strict' ;
20
20
21
- var Complex128Array = require ( '@stdlib/array/complex64 ' ) ;
21
+ var Complex128Array = require ( '@stdlib/array/complex128 ' ) ;
22
22
var uniform = require ( '@stdlib/random/array/uniform' ) ;
23
23
var logEachMap = require ( '@stdlib/console/log-each-map' ) ;
24
24
var cinv = require ( './../lib' ) ;
You can’t perform that action at this time.
0 commit comments