Software:List of C++ multiple precision arithmetic libraries
From HandWiki
Short description: none
The following is an incomplete list of some arbitrary-precision arithmetic libraries for C++.
- GMP[1][nb 1]
- MPFR[3]
- MPIR[4]
- TTMath[5]
- Arbitrary Precision Math C++ Package[6]
- Class Library for Numbers
- Number Theory Library
- Apfloat[7]
- C++ Big Integer Library[8]
- MAPM[9]
- ARPREC[10]
- InfInt[11]
- Universal Numbers[12]
- mp++[13]
Footnotes
References
- ↑ The GNU Multiple Precision Arithmetic Library
- ↑ GNU MP, p. 6
- ↑ The GNU MPFR Library
- ↑ MPIR Multiple Precision Integers and Rationals
- ↑ Bignum C++ library
- ↑ Arbitrary precision package
- ↑ Apfloat Home Page
- ↑ C++ Big Integer Library
- ↑ MAPM Home Page
- ↑ High-Precision Software Directory
- ↑ InfInt
- ↑ C++ Template library for arbitrary precision posits and valids
- ↑ C++11/14/17/20 library for multiprecision arithmetic
Original source: https://en.wikipedia.org/wiki/List of C++ multiple precision arithmetic libraries.
Read more |