libcerf

Numeric library for complex error functions in C/C++

brewmacoslinux
Try with needOr install directly
Source

About

Numeric library for complex error functions

Commands

libcerf

Examples

Link libcerf with a C program to compute complex error function$ gcc -o myprogram myprogram.c -lcerf -lm
Include libcerf header in C code to use complex error functions$ gcc -c myprogram.c -I$(brew --prefix libcerf)/include
Use pkg-config to get compile flags for libcerf integration$ pkg-config --cflags --libs libcerf