#include <string>
#include <sstream>
#include <cmath>
#include <limits>
 | 
|    | ROOT | 
|   | This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce. 
  | 
|   | 
|    | ROOT::Math | 
|   | 
|    | ROOT::Math::Util | 
|   | namespace defining Utility functions needed by mathcore 
  | 
|   | 
 | 
| double  | ROOT::Math::Util::EvalLog (double x) | 
|   | safe evaluation of log(x) with a protections against negative or zero argument to the log smooth linear extrapolation below function values smaller than epsilon (better than a simple cut-off)  More...
  | 
|   | 
| template<class T >  | 
| std::string  | ROOT::Math::Util::ToString (const T &val) | 
|   | Utility function for conversion to strings.  More...
  | 
|   | 
◆ MATH_UNUSED
      
        
          | #define MATH_UNUSED | 
          ( | 
            | 
          var | ) | 
             (void)var |