big-number
There are 31 repositories under big-number topic.
azaitsev/millify
Convert long numbers into a human-readable format in Python
mrdcvlsc/APA
A C++ library for big integers and dynamic precision floating-point
tigertv/BeeNum
BeeNum is an arbitrary-precision arithmetic library.
rurban/libbf
mirror of Fabrice Bellard's libbf tar releases
anishLearnsToCode/hackerrank-java
Java ☕ Domain on HackerRank - Problems & Solutions 📖📕📑
BaseMax/BigNumberC
The Big Number C library is a C library for arbitrary precision arithmetic. It can be used to perform arithmetic operations on numbers of arbitrary size. It is written in C and is designed to be portable and efficient. You can work with numbers of any size, and the library will automatically allocate memory as needed.
mikeoborotov/long-number-lib
A single-file C++ library for arithmetics with arbitrary length numbers
hypcos/incremental-googology
Goal: the whole computable googology in one incremental game
LeandroMontanari/nomeador-de-numeros-gigantes-python3
Nomeador de Números Gigantes em Python 3
mrdcvlsc/extended-precision-integers
A templated C++ library for big integers and large floating point numbers.
HemulGM/HandleSumm
Сложение чисел столбиком
HRSadeghi/LargeNumbers
In this repository, a library has been provided that allows you to perform the four basic operations of addition, subtraction, multiplication and division on large and very large numbers.
giulianoassaggio/LongNumber
Arbitrary-precison integers library in c++. It handles signed integers of any size and any base between 2 and 16. It also hande operations between different bases.
hyouteki/senet
probing SEcurity of NETwork
JossDev-Morales/number-converter.io
Converter of decimal and integer numbers in different bases such as octal, binary, hexadecimal and decimal and bases between 2 and 36 to other number bases
bzdgn/big-number-utility
Basic Numeric Operations for Unlimited Numbers In String Format
DainArtz/Big_Numbers
A C++ implementation of the class Big_Numbers, which specialises in the work with numbers consisting of more than 9 digits (10^9).
JL2014/dec2bin
Command line tool to convert big number to binary (from base 10 to 2)
JL2014/Prime-decomposition-of-Kaprekar-numbers
Prime decomposition of Kaprekar numbers (up to 29 digits)
make-github-pseudonymous-again/js-integer
:zzz: Integers for JavaScript (ℤ)
non-compliant/Collatz-Conjecture
Calculate the number of steps before a given input reaches one, when the rules of Collatz Conjecture are applied.
BaseMax/BigNumberBaseConverterC
A Super-Fast C-Program for converting very huge/big numbers from one base to another base without Limitation.
cryptoexplained/big-numbers
JavaScript Precision Arithmetic
hthoai/big-integer
Project 1 - Computer Architecture[FIT-HCMUS] : Represent big integer number (128 bits) & provide basic operations
chase-manning/scaled-number
A class for managing large numbers with a decimal scale, useful for web3 development
erincones/bigfib
Fast Fibonacci numbers with arbitrary precision
hussainmudassir/Geeksforgeeks-and-Hackerearth
Solutions are in C++
jlucasp25/Fibonacci-bigNumber
Programming Laboratory Class. Operations with large numbers & a Fibonacci calculator implemented in C.
mentalmove/StringInt
Calculation with numbers of unlimited size
StinkySteak/unity-dirichlet-numerics
Int128 for Unity
YohnWang/high-performance-big-number
A high performance big number for c++