Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMath.cxx File Reference
#include "TMath.h"
#include "TError.h"
#include <cmath>
#include <cstring>
#include <algorithm>
#include <iostream>
#include "TString.h"
#include <Math/SpecFuncMathCore.h>
#include <Math/PdfFuncMathCore.h>
#include <Math/ProbFuncMathCore.h>
Include dependency graph for TMath.cxx:

Namespaces

namespace  TMath
 TMath.
 
namespace  TMath::ROOTDict
 

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.
 
Double_t TMath::GamSer (Double_t a, Double_t x)
 Computation of the incomplete gamma function P(a,x) via its series representation.
 
Double_t TMath::VavilovDenEval (Double_t rlam, Double_t *AC, Double_t *HC, Int_t itype)
 Internal function, called by Vavilov and VavilovSet.
 
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.