10#ifndef ROOT_Minuit2_SinParameterTransformation 
   11#define ROOT_Minuit2_SinParameterTransformation 
   17class MnMachinePrecision;
 
   31   long double Int2ext(
long double Value, 
long double Upper, 
long double Lower) 
const;
 
   33   long double DInt2Ext(
long double Value, 
long double Upper, 
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...