Calculate absolute value of a difference between two numbers for an extended set of types. More...
#include <cmath>
#include <complex>
#include "Alignment/Geners/interface/IOIsUnsigned.hh"
Go to the source code of this file.
Namespaces | |
npstat | |
npstat::Private | |
Functions | |
template<typename T > | |
Private::AbsReturnType< T >::type | npstat::absDifference (const T &v1, const T &v2) |
template<typename T > | |
Private::AbsReturnType< T >::type | npstat::absValue (const T &v1) |
Calculate absolute value of a difference between two numbers for an extended set of types.
Author: I. Volobouev
October 2009
Definition in file absDifference.h.