Go to the documentation of this file. 1 #ifndef __JMATH__JZERO__
2 #define __JMATH__JZERO__
11 namespace JPP {
using namespace JMATH; }
63 return (
long double)(0.0);
double getZero< double >()
Get zero value for double.
float getZero< float >()
Get zero value for float.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for mathematical operations.
Auxiliary class to assign zero value.
T getZero()
Get zero value for a given data type.
JZero()
Default constructor.
static const JZero zero
Function object to assign zero value.
long double getZero< long double >()
Get zero value for long double.