Numeric library for complex error functions in C/C++
Numeric library for complex error functions
libcerf
$ gcc -o myprogram myprogram.c -lcerf -lm
$ gcc -c myprogram.c -I$(brew --prefix libcerf)/include
$ pkg-config --cflags --libs libcerf