1 #ifndef __JMATH__JZERO__ 
    2 #define __JMATH__JZERO__ 
   11 namespace JPP { 
using namespace JMATH; }
 
   74     return (
long double)(0.0);
 
bool getZero< bool >()
Get zero value for bool. 
 
double getZero< double >()
Get zero value for double. 
 
JZero()
Default constructor. 
 
static const JZero zero
Function object to assign zero value. 
 
T getZero()
Get zero value for a given data type. 
 
Auxiliary class to assign zero value. 
 
do set_variable OUTPUT_DIRECTORY $WORKDIR T
 
long double getZero< long double >()
Get zero value for long double. 
 
float getZero< float >()
Get zero value for float.