30 #ifndef ROOT_Math_SpecFuncMathCore
31 #define ROOT_Math_SpecFuncMathCore
79 double erfc(
double x);
164 double beta(
double x,
double y);
182 double inc_beta(
double x,
double a,
double b);
240 #endif // ROOT_Math_SpecFuncMathCore
double erf(double x)
Error function encountered in integrating the normal distribution.
double cosint(double x)
Calculates the real part of the cosine integral (Ci).
Namespace for new ROOT classes and functions.
double sinint(double x)
Calculates the sine integral.
double inc_beta(double x, double a, double b)
Calculates the normalized (regularized) incomplete beta function.
double tgamma(double x)
The gamma function is defined to be the extension of the factorial to real numbers.
double beta(double x, double y)
Calculates the beta function.
double erfc(double x)
Complementary error function.
double inc_gamma_c(double a, double x)
Calculates the normalized (regularized) upper incomplete gamma function (upper integral) ...
Namespace for new Math classes and functions.
double lgamma(double x)
Calculates the logarithm of the gamma function.
double inc_gamma(double a, double x)
Calculates the normalized (regularized) lower incomplete gamma function (lower integral) ...