#include <cmath>
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
walberla::math | |
Functions | |
template<typename T > | |
bool | walberla::math::isnan (T x) |
Query if 'x' is NaN. More... | |
template<typename T > | |
bool | walberla::math::isinf (T x) |
Query if 'x' is infinite. More... | |
template<typename T > | |
bool | walberla::math::finite (T x) |
Query if 'x' is finite. More... | |