25 long double val = lower - 1. + std::sqrt(
value *
value + 1.);
33 long double yy =
value - lower + 1.;
34 long double yy2 = yy * yy;
38 return std::sqrt(yy2 - 1);
51 long double val = (
value - lower + 1) / (std::sqrt((
value - lower + 1) * (
value - lower + 1) - 1.));
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
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...