|
NAMEerf , erff ,
erfl , erfc ,
erfcf , erfcl —
error function operators
LIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h>
double
float
long double
double
float
long double
DESCRIPTIONThese functions calculate the error function of x.The erf(x) = 2/sqrt(pi)∗integral from 0 to x of
exp(-t∗t) dt.
The SEE ALSOmath(3)HISTORYTheerf () and erfc () functions
appeared in 4.3BSD.
Visit the GSP FreeBSD Man Page Interface. |