An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: biginteger-cpp

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: 20 days ago - Pushed at: 20 days ago - Stars: 9 - Forks: 1

JoachimCoenen/BigInt

Unlimited Integer. (aka. arbitrary-size integer arithmetic)

Language: C++ - Size: 194 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

alex-sandalov/int2023_t

c++ bigint

Language: C++ - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

dviglo2d/dv_big_int

Длинная арифметика на языке C++20 с подробным описанием алгоритмов

Language: C++ - Size: 33.2 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Soreing/bigint-x86cpp

Big Integer library for C++ partially written in x86 Assembly

Language: C++ - Size: 17.6 KB - Last synced at: 28 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

aavishkarmishra/bigint.h

Enhanced big integer library for C++.

Language: C++ - Size: 8.79 KB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

ayaankhan98/bigINT

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

Language: C++ - Size: 168 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 25

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: 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

cristiancristea00/bigint-exp-evaluator

BigInteger expression evaluator using shunting-yard algorithm

Language: C++ - Size: 45.9 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

maksmakuta/bigint

fastest biginteger than i can do

Language: C++ - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

grim-firefly/G-BigInt

BigInt in C++

Language: C++ - Size: 8.79 KB - Last synced at: 28 days ago - Pushed at: over 5 years ago - Stars: 15 - Forks: 3

devatrun/slimcpplib

Simple Long Integer Math for C++

Language: C++ - Size: 75.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 30 - Forks: 2

bhnum/bigint

C++ bigint code snippet

Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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

Myitian/MyitianBigInt

simple bigint

Language: C++ - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

creme332/big-integer-square-root-algorithm 📦

Calculates the square root of big integers to any degree of precision using the long division method.

Language: C++ - Size: 2.02 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

loject/mpn

User friendly and fast unbound integer for c++

Language: C++ - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

saparmuratx/BigInteger

BigInteger in C++

Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

CihatBostanci/Big-Integers-With-Karatsuba-Algorithm

To resolve multiply process reducing complexity with karatsuba algorithm

Language: C++ - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

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.

Language: C++ - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

williamchanrico/biginteger-cpp

C++ Big Integer/Big Number class (coded with competitive programming problems in mind)

Language: C++ - Size: 7.81 KB - Last synced at: 26 days ago - Pushed at: over 4 years ago - Stars: 22 - Forks: 6

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: over 2 years ago - Stars: 42 - Forks: 23

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

pr0crustes/BigNumber

A really long long long long long long number in C++

Language: C++ - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 40 - Forks: 11

tigertv/BeeNum

BeeNum is an arbitrary-precision arithmetic library.

Language: C++ - Size: 134 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 14 - Forks: 2

vbirds/Bignumber

大整数类(gmp大整数封装) BigNumber

Language: C - Size: 29.3 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

AleXLaeR/Cpp-Third-Sem-Indivs

Solution for C/C++ Course assignments, 2-nd year

Language: C++ - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - 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: almost 2 years ago - Pushed at: almost 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: about 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 0

I-Infinatoo/BigInt-Cpp

Big Integer Class in c++ to support the arithmetic operations on very large numerical values.

Language: C++ - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

erincones/bnl

Another Big Numbers Library

Language: C++ - Size: 91.8 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

i-umairkhan/Data-Structures

Includes C++ Implementation of Data Structures and Algorithms.

Language: C++ - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

SLebedev777/BigInt

Language: C++ - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

AlexeyArtamonov/BigInteger

Long arithmetic implementation

Language: C++ - Size: 18.1 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.

Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

bartekleon/BigintCPP

Bigint class provides math operations for arbitrarily large numbers.

Language: C++ - Size: 1.12 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AlexeyShik/cpp-course-first-term Fork of kt-cpp/first-term

Language: C++ - Size: 261 KB - Last synced at: 8 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Davidefassio/BigInt-conv

Big integer conversion from string to 64bit based vector

Language: C++ - Size: 261 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

priyendumori/APS_Assignment1

Language: C++ - Size: 111 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Related Keywords