gmp

GNU multiple precision arithmetic library for large number calculations

brewmacoslinux
Try with needOr install directly
Source

About

GNU multiple precision arithmetic library

Commands

gmp

Examples

Link GMP library in C program compilation$ gcc -o myprogram myprogram.c -lgmp
Check GMP installation and version$ pkg-config --modversion gmp
Find GMP library location for development$ pkg-config --cflags --libs gmp