#include <cassert>
#include "mcmc++/util.h"
Include dependency graph for util.cpp:

Go to the source code of this file.
Functions | |
| double | Util::round (const double x) |
| double | Util::safeLog (const double x) |
| double | Util::sqr (const double x) |
Provides definitions for a variety of numerical constants related to double precision and integer arithmetic and for a small collection of utility functions.
All are declared in namespace Util with an eye towards avoiding naming conflicts.
Definition in file util.cpp.
1.5.1