biginteger topic

List biginteger repositories

as-bignum

60
Stars
19
Forks
Watchers

Fixed length big numbers for AssemblyScript 🚀

bigINT

5
Stars
27
Forks
Watchers

Efficient OpenSource Big Integer(Library) Support for C++

BigInt

376
Stars
129
Forks
Watchers

Arbitrary-sized integer class for C++

BhimIntegers

49
Stars
12
Forks
Watchers

BhimIntegers🚀 is a C++ library that is useful when we are dealing with BigIntegers💥💥. We can handle big integers (integers having a size bigger than the long long int data type) and we can perform...

Rationals

76
Stars
12
Forks
Watchers

🔟 Implementation of rational number arithmetic for .NET with arbitrary precision.

bytes-java

149
Stars
33
Forks
Watchers

Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may de...

id-mask

61
Stars
3
Forks
Watchers

IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide...

bigint

61
Stars
23
Forks
Watchers

bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which de...

Competitive-Programming-Repository

431
Stars
155
Forks
Watchers

Competitive Programming templates that I used during the past few years.