STK++ 0.9.13
STK_Arithmetic.h File Reference

In this file we define for the template class Arithmetic for handling the greatest, lowest, NA,... values of all types. More...

#include <limits>
Include dependency graph for STK_Arithmetic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::Arithmetic< Type >
 Arithmetic properties of STK fundamental types. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 

Functions

template<class Type >
bool STK::isNA (Type const &x)
 utility method allowing to know if a value is a NA (Not Available) value
 
template<class Type >
bool STK::isFinite (Type const &x)
 utility method allowing to know if a value is a finite value
 
template<class Type >
bool STK::isInfinite (Type const &x)
 utility method allowing to know if a value is an infinite value
 

Detailed Description

In this file we define for the template class Arithmetic for handling the greatest, lowest, NA,... values of all types.

Definition in file STK_Arithmetic.h.