mpfr

C library for multiple-precision floating-point computations

brewmacoslinux
Try with needOr install directly
Source

About

C library for multiple-precision floating-point computations

Commands

mpfr

Examples

Link against MPFR library when compiling C programs$ gcc -o myprogram myprogram.c -lmpfr -lgmp
Check installed MPFR version and location$ pkg-config --modversion mpfr
Display MPFR library path for compilation flags$ pkg-config --cflags --libs mpfr