erf¶
Evaluates the real error function erf(x).
Synopsis¶
erf (x)
Required Arguments¶
- float
x
(Input) - Point at which the error function is to be evaluated.
Return Value¶
The value of the error function erf(x
).
Description¶
The error function erf(x
) is defined to be
erf(x)=2(π)1/2∫x0e−t2dt
All values of x
are legal.

Figure 9.8 — Plot of erf(x)