1#ifndef ROOT_VectorizedTMath
2#define ROOT_VectorizedTMath
8#if defined(R__HAS_VECCORE) && defined(R__HAS_VC)
Double_t Gaus(Double_t x, Double_t mean=0, Double_t sigma=1, Bool_t norm=kFALSE)
Calculates a gaussian function with mean and sigma.
Double_t Log2(Double_t x)
Returns the binary (base-2) logarithm of 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)
Calculates 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)