Complete and incomplete gamma function approximations. More...
#include "vnl_erf.h"
Go to the source code of this file.
Functions | |
double | vnl_erfc (double x) |
The Complementary Error function. |
Complete and incomplete gamma function approximations.
Definition in file vnl_erf.cxx.
double vnl_erfc | ( | double | x | ) |
The Complementary Error function.
erfc(x) = 1 - erf(x) = 1 - (2/sqrt(pi)) Integral from 0 to x (exp(-t^2) dt) This value is useful for large x, when erf(x) ~= 1 and erfc(x) < eps.
Definition at line 13 of file vnl_erf.cxx.