![]() |
aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
|
#include <agrum/base/core/math/math_utils.h>Go to the source code of this file.
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| template<typename T> | |
| bool | gum::isCloseToZero (T x, T tol=T(1e-9)) |
| template<typename T> | |
| bool | gum::isCloseToOne (T x, T tol=T(1e-9)) |
| template<typename T> | |
| bool | gum::isfinite (T arg) |