cerfcf (3) Linux Manual Page
NAME cerf, cerff, cerfl, cerfc, cerfcf, cerfcl – complex error function SYNOPSIS #include <complex.h> double complex cerf(double complex z); float complex cerff(float complex z); long double complex cerfl(long double complex z); double complex cerfc(double complex z); float complex cerfcf(float complex z); long double complex cerfcl(long double complex z); Link with -lm. DESCRIPTION The (unimplemented) function…
