|
My Project
|
This class can strore and do math operations with realy big numbers.
The numbers could be integer or fractional with thausands of digits. It uses string as data containers, so the limitation of how big they can be will defined by limitaion of std::string class which it will be limited by hardware resources
To limit divition digits member variable max_div_digits can be set
The example below shows how to use this class
Souce code can be found at https://github.com/makannew/Big-Numbers
1.8.14