{{viewport.spaceProperty.prod}}
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