22 return Lower + 0.5 * (Upper - Lower) * (std::sin(
Value) + 1.);
31 long double piby2 = 2. * std::atan(1.);
32 long double distnn = 8. * std::sqrt(
prec.Eps2());
36 long double yy = 2. * (
Value - Lower) / (Upper - Lower) - 1.;
56 return 0.5 * ((Upper - Lower) * std::cos(
Value));
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.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...