10#ifndef ROOT_Minuit2_MnMachinePrecision 
   11#define ROOT_Minuit2_MnMachinePrecision 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Sets the relative floating point (double) arithmetic precision.
 
void ComputePrecision()
compute Machine precision directly instead of using default values from std::numeric_limits
 
double Eps() const
eps returns the smallest possible number so that 1.+eps > 1.
 
void SetPrecision(double prec)
override Minuit's own determination
 
double Eps2() const
eps2 returns 2*sqrt(eps)
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...