|
scenario_simulator_v2 C++ API
|
#include <algorithm>#include <limits>

Go to the source code of this file.
Namespaces | |
| math | |
| math::arithmetic | |
Functions | |
| template<typename T > | |
| auto | math::arithmetic::isApproximatelyEqualTo (T a, T b) |
| template<typename T > | |
| auto | math::arithmetic::isEssentiallyEqualTo (T a, T b) |
| template<typename T , typename... Ts> | |
| auto | math::arithmetic::isDefinitelyLessThan (T a, T b, Ts... xs) |
| template<typename T > | |
| auto | math::arithmetic::isDefinitelyGreaterThan (T a, T b) |