Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

erf, erff, erfl - Error function (mathematical)

&pagelevel(4)&pagelevel

Definition  

#include <math.h>

double erf(double x);
float erff(float x); (C11)
long double erfl(long double x); (C11)

These functions calculate the error function for a floating-point number x as defined below:

Return val.

Value of the error function of x

See also

erfc