1 #ifndef realroot_TYPE_STATIC_COMPUTATIONS_H
2 #define realroot_TYPE_STATIC_COMPUTATIONS_H
7 template<
int a>
struct abs_value {
static const int V = (a<0)?-a:a; };
Definition: texp_computations.hpp:7
static const int V
Definition: texp_computations.hpp:7