ntl

C++ library for number theory and computational algebra

brewmacoslinux
Try with needOr install directly
Source

About

C++ number theory library

Commands

ntl

Examples

Compile a C++ program using NTL library$ g++ -o program program.cpp -lntl -lgmp
Check NTL installation and version information$ pkg-config --cflags --libs ntl
Link against NTL in a Makefile project$ g++ -o myapp main.cpp -I$(brew --prefix ntl)/include -L$(brew --prefix ntl)/lib -lntl