@stdlib/complex-float32-reim 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +5 -5
- package/manifest.json +36 -36
- package/package.json +3 -3
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -278,7 +278,7 @@ See [LICENSE][stdlib-license].
|
|
|
278
278
|
|
|
279
279
|
## Copyright
|
|
280
280
|
|
|
281
|
-
Copyright © 2016-
|
|
281
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
282
282
|
|
|
283
283
|
</section>
|
|
284
284
|
|
|
@@ -291,8 +291,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
291
291
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float32-reim.svg
|
|
292
292
|
[npm-url]: https://npmjs.org/package/@stdlib/complex-float32-reim
|
|
293
293
|
|
|
294
|
-
[test-image]: https://github.com/stdlib-js/complex-float32-reim/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
295
|
-
[test-url]: https://github.com/stdlib-js/complex-float32-reim/actions/workflows/test.yml?query=branch:v0.1.
|
|
294
|
+
[test-image]: https://github.com/stdlib-js/complex-float32-reim/actions/workflows/test.yml/badge.svg?branch=v0.1.4
|
|
295
|
+
[test-url]: https://github.com/stdlib-js/complex-float32-reim/actions/workflows/test.yml?query=branch:v0.1.4
|
|
296
296
|
|
|
297
297
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-reim/main.svg
|
|
298
298
|
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float32-reim?branch=main
|
|
@@ -304,8 +304,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
304
304
|
|
|
305
305
|
-->
|
|
306
306
|
|
|
307
|
-
[chat-image]: https://img.shields.io/
|
|
308
|
-
[chat-url]: https://
|
|
307
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
308
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
309
309
|
|
|
310
310
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
311
311
|
|
package/manifest.json
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
2
|
+
"options": {},
|
|
3
|
+
"fields": [
|
|
4
|
+
{
|
|
5
|
+
"field": "src",
|
|
6
|
+
"resolve": true,
|
|
7
|
+
"relative": true
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"field": "include",
|
|
11
|
+
"resolve": true,
|
|
12
|
+
"relative": true
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"field": "libraries",
|
|
16
|
+
"resolve": false,
|
|
17
|
+
"relative": false
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"field": "libpath",
|
|
21
|
+
"resolve": true,
|
|
22
|
+
"relative": false
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"confs": [
|
|
26
|
+
{
|
|
27
|
+
"src": [
|
|
28
|
+
"./src/main.c"
|
|
29
|
+
],
|
|
30
|
+
"include": [
|
|
31
|
+
"./include"
|
|
32
|
+
],
|
|
33
|
+
"libraries": [],
|
|
34
|
+
"libpath": [],
|
|
35
|
+
"dependencies": [
|
|
36
36
|
"@stdlib/complex-float32-ctor"
|
|
37
37
|
]
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
40
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/complex-float32-reim",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Return the real and imaginary components of a single-precision complex floating-point number.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@stdlib/array-float32": "^0.2.
|
|
36
|
-
"@stdlib/complex-float32-ctor": "^0.0
|
|
35
|
+
"@stdlib/array-float32": "^0.2.3",
|
|
36
|
+
"@stdlib/complex-float32-ctor": "^0.1.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {},
|
|
39
39
|
"engines": {
|