File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ real, generic enough foundation (and still isn't).
26
26
` BigInt ` values are immutable, signed, arbitrary-size integers that can be used as a
27
27
drop-in replacement for the existing binary integer types of Swift 5.
28
28
[ Struct ` BigInt ` ] ( https://github.com/objecthub/swift-numberkit/blob/master/Sources/NumberKit/BigInt.swift ) defines all
29
- the standard arithmetic integer operations and implements the corresponding protocols provided
30
- by Swift.
29
+ the standard arithmetic integer operations and implements the corresponding numeric
30
+ protocols of Swift.
31
31
32
32
## Integer
33
33
34
34
` Integer ` values are immutable, signed, arbitrary-size integers that can be used as a
35
35
drop-in replacement for the existing binary integer types of Swift 5. As opposed to ` BigInt ` ,
36
36
the representation of values is chosen to optimize for memory size and performance of
37
- airthmetic operations. [ Enum ` Integer ` ] ( https://github.com/objecthub/swift-numberkit/blob/master/Sources/NumberKit/Integer.swift )
38
- defines all the standard arithmetic integer operations and implements the corresponding protocols
39
- provided by the Swift standard library .
37
+ arithmetic operations. [ Enum ` Integer ` ] ( https://github.com/objecthub/swift-numberkit/blob/master/Sources/NumberKit/Integer.swift )
38
+ defines all the standard arithmetic integer operations and implements the corresponding
39
+ numeric protocols of Swift.
40
40
41
41
## Rational
42
42
You can’t perform that action at this time.
0 commit comments