Skip to content

EldarShalev/InfInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfInt

Infinity Integers, BIgInt integers, Operators overloading for Big Int

This project in C++ is made to use Big Int without limit. The InfInt made of unlimited digits, and supported by every operator that is made for Integers,

Decimal supported operators: =, * , - , + , +=, < , > , <= , >= , -= , / , % , ++ , -- , input and output

Binary supported operators: & , ^ , | , &= , >> , << , >>=

About

Infinity Integers, BIgInt integers, Operators overloading for Big Int

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages