cln

C++ library for arbitrary precision arithmetic and symbolic computation

brewmacoslinux
Try with needOr install directly
Source

About

Class Library for Numbers

Commands

cln

Examples

Link against CLN library in a C++ program for high-precision calculations$ g++ -o program program.cpp $(pkg-config --cflags --libs cln)
Check CLN version and configuration details$ pkg-config --modversion cln
Get compiler flags needed to compile with CLN$ pkg-config --cflags cln