15#ifndef ROOT_Minuit2_SqrtLowParameterTransformation 
   16#define ROOT_Minuit2_SqrtLowParameterTransformation 
   22class MnMachinePrecision;
 
   38   long double Int2ext(
long double Value, 
long double Lower) 
const;
 
   44   long double DInt2Ext(
long double Value, 
long double Lower) 
const;
 
   47   long double DExt2Int(
long double Value, 
long double Lower) 
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...