22 return Lower + 0.5 * (Upper - Lower) * (std::sin(
Value) + 1.);
31 double piby2 = 2. * std::atan(1.);
32 double distnn = 8. * std::sqrt(prec.
Eps2());
33 double vlimhi = piby2 - distnn;
34 double vlimlo = -piby2 + distnn;
36 double yy = 2. * (
Value - Lower) / (Upper - Lower) - 1.;
38 if (yy2 > (1. - prec.
Eps2())) {
57 return 0.5 * ((Upper - Lower) * std::cos(
Value));
Sets the relative floating point (double) arithmetic precision.
double Eps2() const
eps2 returns 2*sqrt(eps)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...