erf
Returns the statistical error function of the input value.
Syntax
#include <math.h>
double erf (double x);
Parameters
x A real number defining the upper limit of the integral.
Return Values
n The integral given by the error function from 0 to x.
Description
The erf function returns the error function of x, defined as:
See Also
exp(), erfc()