![]() |
ROOT
6.06/08
Reference Guide
|
#include "TMath.h"#include "TError.h"#include <math.h>#include <string.h>#include <algorithm>#include "Riostream.h"#include "TString.h"#include <Math/SpecFuncMathCore.h>#include <Math/PdfFuncMathCore.h>#include <Math/ProbFuncMathCore.h>
Include dependency graph for TMath.cxx:Go to the source code of this file.
Namespaces | |
| TMath | |
Functions | |
| Double_t | TMath::GamCf (Double_t a, Double_t x) |
| Computation of the incomplete gamma function P(a,x) via its continued fraction representation. More... | |
| Double_t | TMath::GamSer (Double_t a, Double_t x) |
| Computation of the incomplete gamma function P(a,x) via its series representation. More... | |
| Double_t | TMath::VavilovDenEval (Double_t rlam, Double_t *AC, Double_t *HC, Int_t itype) |
| Internal function, called by Vavilov and VavilovSet. More... | |
| void | TMath::VavilovSet (Double_t rkappa, Double_t beta2, Bool_t mode, Double_t *WCM, Double_t *AC, Double_t *HC, Int_t &itype, Int_t &npt) |
| Internal function, called by Vavilov and VavilovI. More... | |