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.
-
Notifications
You must be signed in to change notification settings - Fork 0
OmarJaroudi/InfLong-Arithmetic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published