home | project pages | download | documentation | doxygen | contact |
#include <math.h>
Go to the source code of this file.
Namespaces | |
namespace | camvox |
Functions | |
template<class T> | |
static T | camvox::gmin (T a, T b) |
static double | camvox::gmin (double a, double b) |
template<class T> | |
static T | camvox::gmax (T a, T b) |
static double | camvox::gmax (double a, double b) |
template<class T> | |
static T | camvox::gabs (T a) |
static double | camvox::gabd (double a) |
static double | camvox::gcos (double a) |
static double | camvox::gsin (double a) |
static double | camvox::gsquare (double a) |
static double | camvox::gsqrt (double a) |