Skip to content

Tags: isadon/swift-numberkit

Tags

2.1.0

Toggle 2.1.0's commit message
Provide implementation for `lastBitSet`.

2.0.5

Toggle 2.0.5's commit message
Fix serious bug in division and remainder logic for `BigInt` numbers.…

… Provide support for consistent bit counting and leading/trailing zero bit counts.

2.0.4

Toggle 2.0.4's commit message
Use ContiguousArray instead of Array to improve performance.

2.0.3

Toggle 2.0.3's commit message
Use SPM API Version 4.

2.0.2

Toggle 2.0.2's commit message
Bug fix: bump up Swift major version.

2.0.1

Toggle 2.0.1's commit message
Support operations reporting overflow in Rational. This functionality…

… was lost with the Swift 4 numeric API changes.

2.0.0

Toggle 2.0.0's commit message
Fix typos.

1.6.2

Toggle 1.6.2's commit message
Prepare new release.

1.6.1

Toggle 1.6.1's commit message
Support converting `Double` values to `BigInt` values. Fix `toPowerOf`.

1.6.0

Toggle 1.6.0's commit message
Update .gitignore file.