Chaste
Release::2018.1
|
#include <limits>
Go to the source code of this file.
Macros | |
#define | NAN std::numeric_limits<double>::quiet_NaN() |
Compiler workarounds, for compilers which don't include std::isnan (from C99).
Definition in file IsNan.hpp.
#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().