namespace defining Utility functions needed by mathcore More...
Functions | |
template<class T > | |
T | EvalLog (T 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) | |
template<class T > | |
std::string | ToString (const T &val) |
Utility function for conversion to strings. | |
namespace defining Utility functions needed by mathcore
|
inline |