11 #include "vnl/vnl_export.h" 23 VNL_EXPORT
double vnl_erfc(
double x);
31 {
return (vnl_math::two_over_sqrtpi/2.)*(1./x); }
double vnl_scaled_erfc(double x)
The Scaled Complementary Error function.
Namespace with standard math functions.
double vnl_erf(double x)
The Error function.
VNL_EXPORT double vnl_erfc(double x)
The Complementary Error function.
Complete and incomplete gamma function approximations.
double vnl_gamma_p(double a, double x)
Normalised Incomplete gamma function, P(a,x).