scenario_simulator_v2 C++ API
Functions
math::arithmetic Namespace Reference

Functions

template<typename T >
auto isApproximatelyEqualTo (T a, T b)
 
template<typename T >
auto isEssentiallyEqualTo (T a, T b)
 
template<typename T , typename... Ts>
auto isDefinitelyLessThan (T a, T b, Ts... xs)
 
template<typename T >
auto isDefinitelyGreaterThan (T a, T b)
 

Function Documentation

◆ isApproximatelyEqualTo()

template<typename T >
auto math::arithmetic::isApproximatelyEqualTo ( a,
b 
)

◆ isDefinitelyGreaterThan()

template<typename T >
auto math::arithmetic::isDefinitelyGreaterThan ( a,
b 
)

◆ isDefinitelyLessThan()

template<typename T , typename... Ts>
auto math::arithmetic::isDefinitelyLessThan ( a,
b,
Ts...  xs 
)

◆ isEssentiallyEqualTo()

template<typename T >
auto math::arithmetic::isEssentiallyEqualTo ( a,
b 
)