Search code examples
c++cprecisionarbitrary-precision

What's the best (for speed) arbitrary-precision library for C++?


I need the fastest library that is available for C++. My platform will be x86 and x86-64 which supports floating points.


Solution

  • GMPLIB

    GMP is a free library for arbitrary precision arithmetic, operating on signed ... C++ class based interface to all of the above.