C library for multiple-precision floating-point computations
mpfr
$ gcc -o myprogram myprogram.c -lmpfr -lgmp
$ pkg-config --modversion mpfr
$ pkg-config --cflags --libs mpfr