biginteger-library

There are 26 repositories under biginteger-library topic.

  • bigint

    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++711928
  • 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++495712
  • devatrun/slimcpplib

    Simple Long Integer Math for C++

    Language:C++32212
  • mrpawan-gupta/BigIntegers

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

    Language:C++5100
  • bezlant/s21_bigint

    🔟 An educational project to implement BigInt calculations up to 96 bits. (School 42)

    Language:C32160
  • orda-io/orda-integer

    TypeScript/Javascript library compatible with the integer types of other languages

    Language:TypeScript3120
  • 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:VBA3112
  • 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

    Language:C2100
  • Soreing/bigint-x86cpp

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

    Language:C++2101
  • JoachimCoenen/BigInt

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

    Language:C++1100
  • Kaushik268mlore/BigInt.cpp

    A library that provides efficient implementation of arithmetic operations for BIG numbers (supposedly > 1e18)

    Language:C++1100
  • mexok/kmbint

    Big integer for C

    Language:C1100
  • Sagnik07/BigInteger-Library

    Big Integer Library in C++. We performed fast exponentiation, GCD of 2 integers, and factorial of an integer.

    Language:C++1200
  • sh1ngekyo/BigIntegerExample

    BigInt implementation ported from old C code

    Language:C#1100
  • th-blitz/BigInt

    A BigInt Library in C focused on Best performance and Design (Ease of use).

    Language:C1301
  • cybercrate/biginteger

    Library of arbitrarily large integer

    Language:C++0100
  • Liaplo/BigInt_1024_bits

    Biblioteca em C para trabalhar com números inteiros com 1024 bits. Usa a representação complemento a dois.

    Language:C0110
  • paulchen2713/BigInteger

    COM 5335 Network Security Assignment #1 - Big integer arithmetic

    Language:C++0100
  • 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++00
  • ppxxd/BigIntCalculator

    Калькулятор для BigInt чисел в C++. Работает как с отрицательными, так и с положительными числами.

    Language:C++0100
  • tastydata0/libBigint

    Библиотека C++ для длинной арифметики. Поддерживает операции сложения и вычитания. Имеется удобный интерфейс обработки ошибок.

    Language:C++0100
  • twiddlingbits/twr-bigint

    twr-bigint: simple to use C Big Integer (bigint) library

    Language:C0100
  • VincentLaisney/v_libBF

    Bindings of the LibBF for BigFloats and BigIntegers to V (Vlang)

    Language:C0100
  • 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.

    Language:C++10
  • 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++10