bignum-library
There are 24 repositories under bignum-library topic.
cmpute/dashu
A library set of arbitrary precision numbers implemented in Rust.
Consensys/goff
goff (go finite field) is a unix-like tool that generates fast field arithmetic in Go.
piggypiggy/fp256
An efficient library for 256 bit integer arithmetic
tsalomon/EmbeddedMontgomeryRSA
An optimized C implementation of the RSA public key encryption using the Montgomery Multiplication algorithm
tigertv/BeeNum
BeeNum is an arbitrary-precision arithmetic library.
Astrodynamic/Decimal-in-C
Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.
fhajji/ntl
Tracking Victor Shoup's NTL Library
Anmol-Singh-Jaggi/Bignum-Library
:four: :heavy_multiplication_x: :five: A "Bignum" Library created using C++ that can handle arithmetic calculations of arbitrarily large numbers.
Madophs/BigInteger
BigInteger library with the basic operations, very useful for competitive programming
yunus433/typescript-bignumber
A native big decimal NPM library for typescript using BigInt class to support 18 digit floating point number arithmetics with high precision in the range -1e36 to 1e36, inclusive.
aprismatic/bigfraction
BigFraction implementation using .NET BigInteger class.
RandomHashTags/swift_huge-numbers
Arbitrary-precision arithmetic library.
th-blitz/BigInt
A BigInt Library in C focused on Best performance and Design (Ease of use).
zambodev/big-number-toolbox-library
Big Number Toolbox Libray: A big number library built from scratch in C
ChairChandler/BigDec
Bignum library implementation.
dragonsploder/bignum
C header file for dealing with bignum arithmetic
GrzegorzNieuzyla/BigNum
C++ Big Number library
SupTan85/int
make it possible to calculate large number in Lua
whatthefoxsay0/Foximal
A Javascript library for big Numbers.
yblui/QuaNum
QuaNum
Alex313031/gmp-win
Visual Studio project and solution files for building static and dynamic gmp libraries
ChairChandler/BigDec-CPP
C++ BigNum implementation
sinandredemption/mpz_disk
C library implementing disk-based multi-precision arithmetic for gigantic numbers too large to be fit in system memory
Slavyanchiks/simple-bignum-arithmetic
Реализация типа данных int2023_t и базовых арифметических операций для работы с данным типом. Имеет образовательный характер