27 double val = upper + 1. -
sqrt( value*value + 1.);
34 double yy = upper - value + 1.;
45 double val = - value/(
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...