Swift Numberkit Versions Save

Advanced numeric data types for Swift 5, including BigInt, Rational, and Complex numbers.

2.5.1

1 month ago
  • Reduce minimum deployment targets down to macOS 10.13 and iOS 11.
  • Include StaticBigInt only when available.

2.5.0

1 month ago
  • Support arbitrary length integer literals via StaticBigInt. This requires at least macOS 13.3.
  • Make Codable implementation of BigInt compatible to JSON use cases
  • Introduce enum Integer wrapping BigInt and the native Int64 implementation
  • Migrate project to Xcode 15

2.4.2

1 year ago
  • Support random number generation for Complex
  • Migrated project to Swift 5.7 and Xcode 14

2.4.1

2 years ago
  • Support random number generation for BigInt
  • Migrated project to Swift 5.5 and Xcode 13.2

2.4.0

3 years ago
  • Several enhancements of the Complex type
  • Migrated project to Swift 5.4 and Xcode 12.5

2.3.9

3 years ago
  • No changes in library

2.3.8

3 years ago
  • Port to Swift 5.3
  • Migrated project to Xcode 12.0

2.3.7

4 years ago
  • Fixed serious bug that was leading to a stack overflow if zero was added to a negative BigInt number
  • Introduced new Rational constructor for approximating a Double number as a Rational

2.3.6

4 years ago
  • Cleaned up Xcode project.

2.3.5

4 years ago
  • Port to Swift 5.2
  • Migrated project to Xcode 11.4