BigInt
Big integer library
A pure Swift implementation of arbitrary-precision arithmetic for integers and floating-point numbers
Arbitrary-precision arithmetic in pure Swift
764 stars
13 watching
106 forks
Language: Swift
last commit: 10 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
kasparsklavins/bigint | A lightweight C++ library for performing large arithmetic operations on arbitrarily long integers | 220 |
nim-lang/bigints | Provides arbitrary precision integers with standard Nim syntax for efficient and accurate calculations | 124 |
dolabmoon/bigint | A C++ implementation of arbitrarily large integers using bitset | 2 |
panks/biginteger | A high-performance implementation of large integer arithmetic in C++ | 96 |
status-im/nim-stint | A fast and portable multi-precision integer library for use in various embedded systems and blockchain applications. | 83 |
attaswift/btree | A package that provides fast and efficient in-memory data structures using B-tree technology | 1,311 |
jjjkkkjjj/matft | A Numpy-like library in Swift for multi-dimensional array and matrix operations | 133 |
attaswift/siphash | A Swift implementation of the SipHash algorithm for secure hashing of short messages | 263 |
benlau/biginteger | A C++ library that provides arbitrary-precision arithmetic operations for use in software development | 18 |
adeca/swiftyswift | A collection of useful extensions for Swift types and Cocoa objects to simplify development. | 65 |
mzaks/flatbuffersswift | A serialization library for Swift that provides efficient cross-platform data encoding and decoding | 570 |
beached/daw_json_link_bigint_mp_numbers | Demonstrates parsing and serialization of large numbers in JSON format using C++ | 0 |
bitwit/bwswiperevealcell | A Swift library for creating swipeable table cells with customizable interactions and animations. | 68 |
ron4fun/bigintegercpp | A C++11 implementation of a large integer library for efficient and clean arithmetic operations on arbitrary-precision integers | 33 |
tompazourek/rationals | A .NET library implementing arbitrary precision rational number arithmetic | 80 |