flint

Fast Library for Number Theory - C library for computational number theory

brewmacoslinux
Try with needOr install directly
Source

About

C library for number theory

Commands

flint

Examples

Verify FLINT installation and check version$ flint --version
Use FLINT in a C program by including the header and linking$ gcc -o program program.c -lflint -lgmp
Check FLINT library location for development$ brew list flint