Calculates the error function value of a floating-point number.
[Format]
#include <math.h>
double erf(double d);
float erff(float d);
long double erfl(long double d);
[Parameters]
d Value for which the error function value is to be computed
[Return values]
Error function value of d