Chaste Release::3.1
|
#include <cmath>
Go to the source code of this file.
Defines | |
#define | NAN sqrt(-1.0) |
Compiler workarounds, for compilers which don't include std::isnan (from C99).
Definition in file IsNan.hpp.
#define NAN sqrt(-1.0) |
A NAN macro for compilers which don't have this GNU extension. The following might generate a compiler warning, but that's better than an error!
Definition at line 54 of file IsNan.hpp.
Referenced by CellwiseOdeSystemInformation< ODE_SYSTEM >::Initialise().