1#ifndef __JMATH__JZERO__
2#define __JMATH__JZERO__
11namespace JPP {
using namespace JMATH; }
74 return (
long double)(0.0);
Auxiliary classes and methods for mathematical operations.
T getZero()
Get zero value for a given data type.
bool getZero< bool >()
Get zero value for bool.
long double getZero< long double >()
Get zero value for long double.
static const JZero zero
Function object to assign zero value.
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 class to assign zero value.
JZero()
Default constructor.