Skip to content

daaria-s/cpp_bigint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Student project bigint

This is a realization of "long arithmetic", that is, a class (structure) that stores numbers of arbitrary length inside itself and supports basic arithmetic operations with them. Only unsigned integer arithmetic are be supported, i.e. only non-negative numbers are supported.

The solution is formatted as a bigint class.

Also BASE might be changed for some degree of 10.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages