Skip to content

Commit 8927964

Browse files
Merge pull request #14 from SomeRandomiOSDev/SomeRandomiOSDev-patch-1
Updated README to reflect new Swift Complex type from the Swift Numerics Library
2 parents 6872589 + bfefa06 commit 8927964

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ let (modulus, angle) = (complex.modulus, complex.angle)
6969
...
7070
```
7171

72+
Note
73+
--------
74+
75+
The Swift library team has released their own **Complex** type as part of the Swift Numerics library. This library is likely to be archived in the future unless there is a continued need for this library to continue to be maintained. You can find more information about the new **Complex** type [here](https://swift.org/blog/numerics/#complex-numbers)
76+
7277
Contributing
7378
--------
7479

0 commit comments

Comments
 (0)