Releases: mgriebling/BigInt
Releases · mgriebling/BigInt
v2.2.3 Release
Extended the original BigInt by making its numbers compliant to the BinaryInteger protocol. This allows BInts to be used in conjunction with other integer types. Also adopted the Codable protocol to facilitate JSON reading/writing.
v2.1.0
Added support for StaticBigInt.
2.0.11
Minor updates to incorporate Sendable protocol.
v2.0.10 Updated documentation
Last documentation update.
v2.0.9
Fix Linux issue.
v2.0.8 Linux support
Added Linux support.
v2.0.7 Simplified protocol compliance in separate file.
Simplified Swift protocol compliance in a single file (with minimal r…
v2.0.6 Fix bug in Burnikel-Ziegler division algorithm
Fix bug in Burnikel-Ziegler division algorithm and update tests.
v2.0.5 Linux fixes
Another attempted fix for Linux.
v2.0.4
No StaticBigInt for playground support.