26   double piby2 = 2.*std::atan(1.);
 
   27   static const double eps = std::numeric_limits<double>::epsilon();
 
   28   double distnn = 8.*std::sqrt(eps);
 
   34   if(
yy2 > (1. - 8 * eps) ) {
 
 
   73      return std::sqrt( 
yy2 -1);
 
 
   95   double arg = 
yy*
yy - 1;
 
   96   return ( arg < 0 ) ? 0 : std::sqrt(arg);
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
Namespace for new Math classes and functions.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...