Syntax | #include <math.h> double erf(double x); double erfc(double x); |
Description |
|
Return val. | Value of the error function of x if Value of the complementary error function of x if |
Notes | These functions are provided due to the resulting loss of accuracy when the error functions |
See also |
|