10000 Auto-generated commit · stdlib-js/array-complex64@c794ee3 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit c794ee3

Browse files
committed
Auto-generated commit
1 parent 90be8d9 commit c794ee3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
<details>
4040

41+
- [`32bbcb3`](https://github.com/stdlib-js/stdlib/commit/32bbcb3b3dae1f028fd18166ee7875a93d44d0ee) - **refactor:** update paths _(by Athan Reines)_
4142
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
4243
- [`ed9c0a5`](https://github.com/stdlib-js/stdlib/commit/ed9c0a5e55ff09af3dd6af8c38615480e2c1828e) - **refactor:** update paths _(by Athan Reines)_
4344
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@stdlib/assert-is-negative-zero": "^0.2.1",
8282
"@stdlib/assert-is-positive-zero": "^0.2.1",
8383
"@stdlib/complex-float64-imag": "github:stdlib-js/complex-float64-imag#main",
84-
"@stdlib/complex-real": "^0.2.1",
84+
"@stdlib/complex-float64-real": "github:stdlib-js/complex-float64-real#main",
8585
"@stdlib/console-log-each": "^0.2.1",
8686
"@stdlib/math-base-ops-caddf": "^0.2.1",
8787
"@stdlib/math-base-special-pow": "^0.2.1",

test/test.from.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var isFunction = require( '@stdlib/assert-is-function' );
2929
var Complex64 = require( '@stdlib/complex-float32-ctor' );
3030
var realf = require( '@stdlib/complex-float32-real' );
3131
var imagf = require( '@stdlib/complex-float32-imag' );
32-
var real = require( '@stdlib/complex-real' );
32+
var real = require( '@stdlib/complex-float64-real' );
3333
var imag = require( '@stdlib/complex-float64-imag' );
3434
var Complex64Array = require( './../lib' );
3535

0 commit comments

Comments
 (0)
0