25   constexpr static double infinity() { 
return std::numeric_limits<double>::infinity(); }
 
 
Provides numeric constants used in RooFit.
 
static double rangeEpsRel()
Get the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange()...
 
static double & staticRangeEpsRel()
 
static constexpr double infinity()
Return internal infinity representation.
 
static double rangeEpsAbs()
Get the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange()...
 
static constexpr int isInfinite(double x)
Return true if x is infinite by RooNumber internal specification.
 
static void setRangeEpsRel(double epsRel)
Set the relative epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange()...
 
static double & staticRangeEpsAbs()
 
static void setRangeEpsAbs(double epsRel)
Set the absolute epsilon that is used by range checks in RooFit, e.g., in RooAbsRealLValue::inRange()...