ROOT  6.06/09
Reference Guide
Namespaces | Macros | Functions
Util.h File Reference
#include <string>
#include <sstream>
#include <cmath>
#include <limits>
+ Include dependency graph for Util.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 
 ROOT::Math::Util
 namespace defining Utility functions needed by mathcore
 

Macros

#define MATH_UNUSED(var)   (void)var
 

Functions

template<class T >
std::string ROOT::Math::Util::ToString (const T &val)
 Utility function for conversion to strings. More...
 
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...
 

Macro Definition Documentation

#define MATH_UNUSED (   var)    (void)var