1#ifndef ROOT_VectorizedTMath
2#define ROOT_VectorizedTMath
8#if defined(R__HAS_VECCORE) && defined(R__HAS_VC)
double beta(double x, double y)
Calculates the beta function.
Double_t Gaus(Double_t x, Double_t mean=0, Double_t sigma=1, Bool_t norm=kFALSE)
Calculate a gaussian function with mean and sigma.
Double_t Log2(Double_t x)
Double_t BesselI1(Double_t x)
modified Bessel function K_0(x)
Double_t LaplaceDistI(Double_t x, Double_t alpha=0, Double_t beta=1)
Computes the distribution function of Laplace distribution at point x, with location parameter alpha ...
Double_t BreitWigner(Double_t x, Double_t mean=0, Double_t gamma=1)
Calculate a Breit Wigner function with mean and gamma.
Double_t LaplaceDist(Double_t x, Double_t alpha=0, Double_t beta=1)
Computes the probability density function of Laplace distribution at point x, with location parameter...
Double_t BesselJ0(Double_t x)
modified Bessel function K_1(x)
Double_t BesselJ1(Double_t x)
Bessel function J0(x) for any real x.
Double_t Freq(Double_t x)
Computation of the normal frequency function freq(x).
Double_t BesselI0(Double_t x)
integer order modified Bessel function K_n(x)