1#ifndef __JMATH__JUNITY__
2#define __JMATH__JUNITY__
14namespace JPP {
using namespace JMATH; }
21 template<class T, bool = std::is_integral<T>::value>
117 return (
long double)(1.0);
Auxiliary classes and methods for mathematical operations.
bool getUnity< bool >()
Get unity value for bool.
long double getUnity< long double >()
Get unity value for long double.
T getUnity()
Get unity value for a given data type.
double getUnity< double >()
Get unity value for double.
float getUnity< float >()
Get unity value for float.
static const JUnity unity
Function object to assign unity value.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
static T getUnity()
Get unity value.
Auxiliary class for obtaining unity values of a given data type.
static T getUnity()
Get unity value.
Auxiliary class to assign unity value.
JUnity()
Default constructor.