Swiftpack.co - std-swift/Bignum as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by std-swift.
std-swift/Bignum 1.0.1
Arbitrary precision arithmetic
⭐️ 0
🕓 3 years ago
.package(url: "https://github.com/std-swift/Bignum.git", from: "1.0.1")

Bignum

Arbitrary precision arithmetic with BigInt and BigUInt with decent performance

Importing

import Bignum
dependencies: [
	.package(url: "https://github.com/std-swift/Bignum.git",
	         from: "1.0.0")
],
targets: [
	.target(
		name: "",
		dependencies: [
			"Bignum"
		]),
]

Using

  • BigInt conforms to SignedInteger
  • BigUInt conforms to UnsignedInteger

GitHub

link
Stars: 0
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics