This is a simple example how to use GMP and MPFR libraries. This project has a GUI based on Qt.
GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. MPFR is based on the GMP multiple-precision library.
- Aboutaleb Roshan @abroshan39
This project is licensed under MIT. See the LICENSE
file.