libtommath

C library for multiple-precision integer arithmetic operations

brewmacoslinux
Try with needOr install directly
Source

About

C library for number theoretic multiple-precision integers

Commands

libtommath

Examples

Link libtommath library when compiling C programs that need big integer math$ gcc -o myapp myapp.c -ltommath
Check installed version and library location$ pkg-config --modversion libtommath
Find library files installed by libtommath$ brew list libtommath