cc [ flag ... ] file ... -lm [ library ... ]
#include <math.h>
double erf(double x);
double erfc(double x);
MT-Safe
erf(x) returns the error function of x; where
erf (x) = 2/sqrt(pi) *integral from 0 to x of exp(-t*t) dt. }
Table of Contents