Skip to content

A small and simple library written in C++ to work with high-precision integers

License

Notifications You must be signed in to change notification settings

Salmelu/BigInteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigInteger

Library for working with high-precision integers. Integers are stored in an array int[], which is filled by individual digits of stored integer. It is designed to work with 32-bit numbers and to convert them quickly from stored array to output (string), therefore the integers are stored as if they were numbers in base 10^9. It offers basic operations such as addition, subtraction, multiplication, division and modulo. It also offers comparation and outputing or converting the number into std::string.

About

A small and simple library written in C++ to work with high-precision integers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages