biginteger-cpp
There are 38 repositories under biginteger-cpp topic.
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.
pr0crustes/BigNumber
A really long long long long long long number in C++
devatrun/slimcpplib
Simple Long Integer Math for C++
williamchanrico/biginteger-cpp
C++ Big Integer/Big Number class (coded with competitive programming problems in mind)
grim-firefly/G-BigInt
BigInt in C++
tigertv/BeeNum
BeeNum is an arbitrary-precision arithmetic library.
ayaankhan98/bigINT
Efficient OpenSource Big Integer(Library) Support for C++
mrpawan-gupta/BigIntegers
BigInteger Library is the Static Library created in Cpp that's is used to Store Big Numerical Values.
aavishkarmishra/bigint.h
Enhanced big integer library for C++.
Soreing/bigint-x86cpp
Big Integer library for C++ partially written in x86 Assembly
vbirds/Bignumber
大整数类(gmp大整数封装) BigNumber
anupam1608/Big-Integer
Built a Big Integer library, similar to what we have in Java as BigInteger.Library provide functionalities to store arbitrarily large integer and perform basic math operations like addition, subtraction, multiplication, Fast exponentiation, GCD of 2 integers and factorial.
i-umairkhan/Data-Structures
Includes C++ Implementation of Data Structures and Algorithms.
JoachimCoenen/BigInt
Unlimited Integer. (aka. arbitrary-size integer arithmetic)
lucaaasch/TAD-BigInt
Una biblioteca en C++ que proporciona manipulación de enteros de tamaño arbitrario.
Myitian/MyitianBigInt
simple bigint
saparmuratx/BigInteger
BigInteger in C++
alex-sandalov/int2023_t
c++ bigint
ankitme01/big-integers-cpp
A library built for c++ to handle integers greater than 64 bit. All the basic mathematical tools and operators are provided
AnuragUmale/Big_Integer
BigInteger class is used for the mathematical operation which involves very big integer calculations that are outside the limit of all available primitive data types. In this way, BigInteger class is very handy to use because of its large method library and it is also used a lot in competitive programming.
bartekleon/BigintCPP
Bigint class provides math operations for arbitrarily large numbers.
CihatBostanci/Big-Integers-With-Karatsuba-Algorithm
To resolve multiply process reducing complexity with karatsuba algorithm
creme332/big-integer-square-root-algorithm
Calculates the square root of big integers to any degree of precision using the long division method.
cristiancristea00/bigint-exp-evaluator
BigInteger expression evaluator using shunting-yard algorithm
erincones/bnl
Another Big Numbers Library
GraysonSpidle/Base256uMath
Big unsigned integer library
I-Infinatoo/BigInt-Cpp
Big Integer Class in c++ to support the arithmetic operations on very large numerical values.
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.
ppxxd/BigIntCalculator
Калькулятор для BigInt чисел в C++. Работает как с отрицательными, так и с положительными числами.
tastydata0/libBigint
Библиотека C++ для длинной арифметики. Поддерживает операции сложения и вычитания. Имеется удобный интерфейс обработки ошибок.
AlexeyArtamonov/BigInteger
Long arithmetic implementation
AleXLaeR/Cpp-Third-Sem-Indivs
Solution for C/C++ Course assignments, 2-nd year
bhnum/bigint
C++ bigint code snippet
somyalalwani/BigInt-Library-in-C-
Created a C++ based Big Integer LIbrary similar to what is in Java. No STLs used. Fast exponentiation, GCD of 2 integers and factorial implemented.