Skip to content

A class written in c++ to support arithmetic operations for long integers having LLONG_MAX number of digits

Notifications You must be signed in to change notification settings

OmarJaroudi/InfLong-Arithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

InfLong-Arithmetic

A class written in c++ to support arithmetic operations for long integers having LLONG_MAX number of digits. Right now, this library supports addition, subtraction(unsigned), division, and square root computation up to a certain error. Utility functions of this library use intermediate numbers of type long long, whereas the numbers of type "InfLong" are stored as vectors (digit-by-digit), and all Arithmetic operations are being performed accordingly.

About

A class written in c++ to support arithmetic operations for long integers having LLONG_MAX number of digits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages