25 double val = lower - 1. + std::sqrt(value * value + 1.);
32 double yy = value - lower + 1.;
37 return std::sqrt(yy2 - 1);
43 double val = value / (std::sqrt(value * value + 1.));
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...