All Projects → stevenBorisko → BigInteger

stevenBorisko / BigInteger

Licence: MIT license
Be limited not by the size of your register but by the bulk of your RAM.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to BigInteger

klibcpp
kedixa's Cplusplus Library(timer, multiarray, unsigned_bigint, bigint, rational)
Stars: ✭ 17 (+30.77%)
Mutual labels:  biginteger, bigint, bignumber
BigNumber
A really long long long long long long number in C++
Stars: ✭ 37 (+184.62%)
Mutual labels:  biginteger, bigint, bignumber
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.
Stars: ✭ 34 (+161.54%)
Mutual labels:  biginteger, bigint
UInt256
An UInt256 library written in Swift 4
Stars: ✭ 20 (+53.85%)
Mutual labels:  biginteger, bigint
swift-numberkit
Advanced numeric data types for Swift 5, including BigInt, Rational, and Complex numbers.
Stars: ✭ 47 (+261.54%)
Mutual labels:  biginteger, bigint
Base62
PHP Base62 encoder and decoder for integers and big integers with Laravel 5 support.
Stars: ✭ 16 (+23.08%)
Mutual labels:  biginteger, bigint
as-bignum
Fixed length big numbers for AssemblyScript 🚀
Stars: ✭ 49 (+276.92%)
Mutual labels:  biginteger, bigint
nein-math
NeinMath is playing around with arbitrary precision integers, written in pure managed code, not using any unsafe stuff, and a bit faster than the build-in .NET type for integers with a few thousand bits.
Stars: ✭ 14 (+7.69%)
Mutual labels:  biginteger, bignumber
break infinity.js
A replacement for decimal.js for incremental games who want to deal with very large numbers (bigger in magnitude than 1e308, up to as much as 1e(9e15) ) and want to prioritize speed over accuracy.
Stars: ✭ 145 (+1015.38%)
Mutual labels:  biginteger, bignumber
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, …
Stars: ✭ 43 (+230.77%)
Mutual labels:  biginteger, bignumber
protobuf-ts
Protobuf and RPC for TypeScript
Stars: ✭ 527 (+3953.85%)
Mutual labels:  bigint
Swift-MathEagle
A general math framework to make using math easy. Currently supports function solving and optimisation, matrix and vector algebra, complex numbers, big int, big frac, big rational, graphs and general handy extensions and functions.
Stars: ✭ 41 (+215.38%)
Mutual labels:  biginteger
intx
intx – extended precision integer library
Stars: ✭ 83 (+538.46%)
Mutual labels:  biginteger
DataTypes
Built-in data types
Stars: ✭ 34 (+161.54%)
Mutual labels:  bigint
libzahl
Suckless big integer library
Stars: ✭ 24 (+84.62%)
Mutual labels:  bigint
biginteger
A PHP library to work with big integers.
Stars: ✭ 19 (+46.15%)
Mutual labels:  biginteger
bytes-java
Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.
Stars: ✭ 120 (+823.08%)
Mutual labels:  biginteger
id-mask
IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic primitives.
Stars: ✭ 39 (+200%)
Mutual labels:  biginteger
vallang
Generic immutable recursive data representation API targeted at source code models and more.
Stars: ✭ 28 (+115.38%)
Mutual labels:  biginteger
VBCorLib
The VBCorLib framework brings many of the powerful .NET classes to VB6.
Stars: ✭ 81 (+523.08%)
Mutual labels:  biginteger

BigInteger

This is a c++ class made for calculations of arbitrarily large numbers

Getting Started

Compiling

cp BigInteger/SampleDriver/* .
mkdir build
cd build
cmake ..
make
cd ..

Running

./build/bin/sample

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].