ERFSection: Linux Programmer's Manual (3)Updated: 2002-07-27 |
ERFSection: Linux Programmer's Manual (3)Updated: 2002-07-27 |
#include <math.h> double erf(double x); float erff(float x); long double erfl(long double x); double erfc(double x); float erfcf(float x); long double erfcl(long double x);
The erfc() function returns the complementary error function of x, that is 1.0 - erf(x).