Skip to content

Releases: mgriebling/BigInt

v2.2.3 Release

10 Oct 14:58
Compare
Choose a tag to compare

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

28 Aug 19:07
Compare
Choose a tag to compare

Added support for StaticBigInt.

2.0.11

14 Aug 13:16
Compare
Choose a tag to compare

Minor updates to incorporate Sendable protocol.

v2.0.10 Updated documentation

14 Aug 13:18
Compare
Choose a tag to compare
Last documentation update.

v2.0.9

10 Aug 14:15
Compare
Choose a tag to compare

Fix Linux issue.

v2.0.8 Linux support

16 Jul 20:56
Compare
Choose a tag to compare
Added Linux support.

v2.0.7 Simplified protocol compliance in separate file.

14 Jul 12:15
Compare
Choose a tag to compare
Simplified Swift protocol compliance in a single file (with minimal r…

v2.0.6 Fix bug in Burnikel-Ziegler division algorithm

13 Jul 12:50
Compare
Choose a tag to compare
Fix bug in Burnikel-Ziegler division algorithm and update tests.

v2.0.5 Linux fixes

13 Jul 12:06
Compare
Choose a tag to compare
Another attempted fix for Linux.

v2.0.4

06 Jul 11:20
Compare
Choose a tag to compare

No StaticBigInt for playground support.