A C++ Class, designed to give the user the ability to calculate numbers to large precision
"main.cpp" includes a presentations of different features.
- Configurable precision under zero
- Common calculation operators are supported: +, +=, -, -=, *, *=, /, /=
- Common comparison operators are supported: >, >=, <, <=, ==, !=
- Some often used calculations are supported: sqrt(), invert()
- Common utility functions are supported: print(), toString()