IsNan.hpp File Reference

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

Go to the source code of this file.

Defines

#define NAN   std::numeric_limits<double>::quiet_NaN()

Detailed Description

Compiler workarounds, for compilers which don't include std::isnan (from C99).

Definition in file IsNan.hpp.


Define Documentation

#define NAN   std::numeric_limits<double>::quiet_NaN()

A NAN macro for compilers which don't have this GNU extension.

Definition at line 73 of file IsNan.hpp.

Referenced by CellwiseOdeSystemInformation< ODE_SYSTEM >::Initialise().


Generated by  doxygen 1.6.2