biginteger-library
There are 26 repositories under biginteger-library 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.
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 📍📍.
devatrun/slimcpplib
Simple Long Integer Math for C++
mrpawan-gupta/BigIntegers
BigInteger Library is the Static Library created in Cpp that's is used to Store Big Numerical Values.
bezlant/s21_bigint
🔟 An educational project to implement BigInt calculations up to 96 bits. (School 42)
orda-io/orda-integer
TypeScript/Javascript library compatible with the integer types of other languages
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!).
AtmoFX/bigint
C++ big integer library
ctronp/BigInt
Big Integer library for C. Made in pure C (without asm or SIMD) using only 2 files. Works on 16, 32, 64 bits computers
Soreing/bigint-x86cpp
Big Integer library for C++ partially written in x86 Assembly
JoachimCoenen/BigInt
Unlimited Integer. (aka. arbitrary-size integer arithmetic)
Kaushik268mlore/BigInt.cpp
A library that provides efficient implementation of arithmetic operations for BIG numbers (supposedly > 1e18)
mexok/kmbint
Big integer for C
Sagnik07/BigInteger-Library
Big Integer Library in C++. We performed fast exponentiation, GCD of 2 integers, and factorial of an integer.
sh1ngekyo/BigIntegerExample
BigInt implementation ported from old C code
th-blitz/BigInt
A BigInt Library in C focused on Best performance and Design (Ease of use).
cybercrate/biginteger
Library of arbitrarily large integer
Liaplo/BigInt_1024_bits
Biblioteca em C para trabalhar com números inteiros com 1024 bits. Usa a representação complemento a dois.
paulchen2713/BigInteger
COM 5335 Network Security Assignment #1 - Big integer arithmetic
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++ для длинной арифметики. Поддерживает операции сложения и вычитания. Имеется удобный интерфейс обработки ошибок.
twiddlingbits/twr-bigint
twr-bigint: simple to use C Big Integer (bigint) library
VincentLaisney/v_libBF
Bindings of the LibBF for BigFloats and BigIntegers to V (Vlang)
akash18tripathi/BigInteger-CPP-Implementation
This repository contains a BigInteger library implemented in C++, which provides support for various arithmetic operations and functions for working with large integers.
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.