Skip to content

shashankms-dev/unbounded-integer-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unbounded-integer-c

C library for arbitrary sized integers

The number is stored in an array as blocks of unsigned 32-bit integers. This makes performing arithmetic operations on these numbers faster and easier as compared to storing the number as a string of digits.

The size of the number is limited only by the availability of system memory.

Arithmetic operations such as addition, subtraction, multiplication, division, modulo, exponentiation etc. are defined on unbounded integers

About

C library for handling arbitrarily large integers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages