Anaphe Home Page Reference Documentation

Main Page     Namespaces     Classes     Source Code    

HTLlimits.h File Reference

#include "HTL/HTL_std.h"
#include "math.h"

Go to the source code of this file.

Compounds

class  HTLlimits
 A class to embed checks on validity of floating point numbers. More...


Defines

#define _HTL_LIMITS_H_   1
#define HTL_FINITE(x)   finite(x)
#define HTL_NAN(x)   isnan(x)


Define Documentation

#define _HTL_LIMITS_H_   1
 

Definition at line 2 of file HTLlimits.h.

#define HTL_FINITE      finite(x)
 

Definition at line 25 of file HTLlimits.h.

Referenced by HTLlimits::isFinite().

#define HTL_NAN      isnan(x)
 

Definition at line 26 of file HTLlimits.h.

Referenced by HTLlimits::classify().



Anaphe documentation generated by Doxygen (www.doxygen.org)