You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Swift Numerics provides a set of modules that support numerical computing in Swi
7
7
- API that is too specialized to go into the standard library, but which is sufficiently general to be centralized in a single common package.
8
8
- API that is under active development toward possible future inclusion in the standard library.
9
9
10
-
There is some overlap between these two categories, and an API that begins in the first category may migrate into the second as it matures and more users start using Swift Numerics.
10
+
There is some overlap between these two categories, and an API that begins in the first category may migrate into the second as it matures and new uses are discovered.
11
11
12
12
Swift Numerics modules are fine-grained. For example, if you need support for Complex numbers, you can import ComplexModule¹ as a standalone module:
0 commit comments