Description
Integrates MPFR multiple-precision floating-point arithmetic into C++ projects through a library wrapper. It is useful for scientific, numeric, and engineering software that needs more control than ordinary floating-point types provide.
Most users need it only as a dependency or development library. Developers should validate precision, rounding, and performance against the mathematical requirements of the project.