mpfrcx

Arbitrary precision library for univariate polynomial arithmetic

brewmacoslinux
Try with needOr install directly
Source

About

Arbitrary precision library for arithmetic of univariate polynomials

Commands

mpfrcx

Examples

Link against mpfrcx library in C program compilation$ gcc -o poly_program poly.c -lmpfrcx -lmpfr -lgmp
Check installed mpfrcx version and library information$ pkg-config --modversion mpfrcx
Get compiler flags needed to use mpfrcx library$ pkg-config --cflags --libs mpfrcx