GNU Multiprecision Library (GMP) is a free arbitrary-precision arithmetic library for working with signed integers, rationals, and floating-point numbers. In practice, the accuracy is limited only by the available memory on the computer where this library is used.
It has a rich feature set with an intuitive interface, mainly used in cryptographic applications and research, Internet-related applications, computer algebra ...