C library for arbitrary-precision complex number arithmetic
C library for the arithmetic of high precision complex numbers
$ brew list libmpc$ brew list libmpc --verbose$ brew info libmpc$ pkg-config --cflags --libs mpc$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs mpc)