FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

biginteger-cpp · GitHub Topics · GitHub

#

biginteger-cpp

Here are 38 public repositories matching this topic...

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.

  • Updated Jun 17, 2024
  • C++

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

  • Updated May 7, 2021
  • C++

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

  • Updated Aug 28, 2020
  • C++

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.

  • Updated May 22, 2026
  • C++

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

  • Updated Oct 30, 2020
  • C++

BigInteger Library is the Static Library created in Cpp that's is used to Store Big Numerical Values.

  • Updated Aug 29, 2021
  • C++

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

  • Updated Aug 8, 2021
  • C++

Enhanced big integer library for C++.

  • Updated Jul 9, 2021
  • C++

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

  • Updated Sep 23, 2021
  • C

A fast Big Integer library written in C++23 providing many useful functions, like fast modular power, sqrt(), very fast log(), gcd(), perm(), comb(), etc...

  • Updated Sep 14, 2025
  • C++

BigInteger in C++

  • Updated Jun 8, 2022
  • C++

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.

  • Updated Jun 13, 2021
  • C++

Includes C++ Implementation of Data Structures and Algorithms.

  • Updated Nov 17, 2022
  • C++

simple bigint

  • Updated Nov 18, 2023
  • C++

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.

  • Updated Jun 27, 2023
  • C++

Had no better name for yet another implementation of (technically) arbitrary precision integer

  • Updated Aug 23, 2026
  • C++

Long arithmetic implementation

  • Updated Nov 11, 2022
  • C++

Improve this page

Add a description, image, and links to the biginteger-cpp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the biginteger-cpp topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL