Go to the source code of this file.
Namespaces | |
namespace | cmtk |
namespace | cmtk::Wrappers |
Wrappers for math.h functions. | |
Functions | |
double | cmtk::Wrappers::Log (const double x) |
Log function. | |
double | cmtk::Wrappers::Exp (const double x) |
Exponential function. | |
double | cmtk::Wrappers::Sqrt (const double x) |
Square root function. | |
double | cmtk::Wrappers::Abs (const double x) |
Abs function. | |
double | cmtk::Wrappers::Trunc (const double x) |