List of C++ multiple precision arithmetic libraries explained
The following is an incomplete list of some arbitrary-precision arithmetic libraries for C++.
Notes and References
- http://gmplib.org/ The GNU Multiple Precision Arithmetic Library
- http://www.mpfr.org/ The GNU MPFR Library
- http://www.mpir.org/ MPIR Multiple Precision Integers and Rationals
- http://www.ttmath.org/ Bignum C++ library
- http://www.hvks.com/Numerical/arbitrary_precision.html Arbitrary precision package
- http://www.apfloat.org/ Apfloat Home Page
- https://mattmccutchen.net/bigint/ C++ Big Integer Library
- http://www.tc.umn.edu/~ringx004/mapm-main.html MAPM Home Page
- http://crd-legacy.lbl.gov/~dhbailey/mpdist/ High-Precision Software Directory
- https://sercantutar.github.io/infint/ InfInt
- https://github.com/stillwater-sc/universal C++ Template library for arbitrary precision posits and valids
- https://github.com/bluescarni/mppp C++11/14/17/20 library for multiprecision arithmetic
- https://github.com/giocip/HEADERONLY_num7 C++ ARBITRARY PRECISION ARITHMETIC-LOGIC DECIMAL LIBRARY