GitHub topics: biginteger-library
AtmoFX/bigint
C++ big integer library
Size: 916 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

JoachimCoenen/BigInt
Unlimited Integer. (aka. arbitrary-size integer arithmetic)
Language: C++ - Size: 199 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

rwindegger/bigint23
A header-only C++ library provides a arbitrary-fixed-width integer type called bigint. It supports both signed and unsigned numbers with a customizable bit-width. The class implements a wide range of arithmetic, bitwise, and comparison operators, making it suitable for tasks that require precise control over large integers.
Language: C++ - Size: 69.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 9 - Forks: 1

kothariji/BhimIntegers
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 arithmetic operations📘 like addition, multiplication, subtraction, division, equality check, etc📐📐. Also, there are several functions like factorial, reverse. We can check that a number is a palindromic number, counting occurrences, etc🔎🔎. It has some conversion options to convert a string to bhimInteger etc 📍📍.
Language: C++ - Size: 359 KB - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 50 - Forks: 12

orda-io/orda-integer
TypeScript/Javascript library compatible with the integer types of other languages
Language: TypeScript - Size: 760 KB - Last synced at: 4 days ago - Pushed at: 11 months ago - Stars: 4 - Forks: 1

ws-garcia/VBA-float
This is a class module in beta state to implement computations with large integers and reals/rationals numbers, while proposing representation of numerical values as scientific notation, allowing to obtain several cohorts for the same number (a lot of fun!).
Language: VBA - Size: 57.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 2

Soreing/bigint-x86cpp
Big Integer library for C++ partially written in x86 Assembly
Language: C++ - Size: 17.6 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

piyush06singhal/Big_Int_project
BigInt is a c++ library file that is used to handle very big integers . It can be very useful in calculating very big numbers calculations. It consist of an inbuilt function that can be beneficial to use.
Language: C++ - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

twiddlingbits/twr-bigint
twr-bigint: simple to use C Big Integer (bigint) library
Language: C - Size: 221 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

paulchen2713/BigInteger
COM 5335 Network Security Assignment #1 - Big integer arithmetic
Language: C++ - Size: 280 KB - Last synced at: 3 days ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Liaplo/BigInt_1024_bits
Biblioteca em C para trabalhar com números inteiros com 1024 bits. Usa a representação complemento a dois.
Language: C - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

maksmakuta/bigint
fastest biginteger than i can do
Language: C++ - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

devatrun/slimcpplib
Simple Long Integer Math for C++
Language: C++ - Size: 75.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 30 - Forks: 2

Hiyabye/BigNum
A C++ implementation of a infinite integer class.
Language: C++ - Size: 31.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cybercrate/biginteger
Library of arbitrarily large integer
Language: C++ - Size: 1.21 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Kaushik268mlore/BigInt.cpp
A library that provides efficient implementation of arithmetic operations for BIG numbers (supposedly > 1e18)
Language: C++ - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

rgroshanrg/bigint
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 deals with very very large Integers. It can also be used in Decryption process. It has many inbuilt functions which can be very useful.
Language: C++ - Size: 289 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 42 - Forks: 23

th-blitz/BigInt
A BigInt Library in C focused on Best performance and Design (Ease of use).
Language: C - Size: 743 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

alexandershavrov/biginteger
Library of arbitrarily large integer
Language: C++ - Size: 1.46 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

bezlant/s21_bigint
🔟 An educational project to implement BigInt calculations up to 96 bits. (School 42)
Language: C - Size: 2.4 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 2

sh1ngekyo/BigIntegerExample
BigInt implementation ported from old C code
Language: C# - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ppxxd/BigIntCalculator
This is calculator created for BigInt numbers in C++. Works with negative and positive numbers. Feel free to use it.
Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mrpawan-gupta/BigIntegers
BigInteger Library is the Static Library created in Cpp that's is used to Store Big Numerical Values.
Language: C++ - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 0

mexok/kmbint
Big integer for C
Language: C - Size: 7.81 KB - Last synced at: about 15 hours ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

naman14310/BigInteger_Library_For_Cpp
I've implemeted my own BigInteger Library in C++ which can compute addition, subtraction, multiplication, division, gcd and factorial of very large numbers.
Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Sagnik07/BigInteger-Library
Big Integer Library in C++. We performed fast exponentiation, GCD of 2 integers, and factorial of an integer.
Language: C++ - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0
