15#ifndef ROOT_Minuit2_SqrtUpParameterTransformation 
   16#define ROOT_Minuit2_SqrtUpParameterTransformation 
   22class MnMachinePrecision;
 
   39   long double Int2ext(
long double Value, 
long double Upper) 
const;
 
   45   long double DInt2Ext(
long double Value, 
long double Upper) 
const;
 
 
Sets the relative floating point (double) arithmetic precision.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...