| Contents |
#include <codecogs/stats/operators.h>
using namespace Stats;
| template<class T> bool | isEqual (const T& a, const T& b) Tests whether the given arguments are equal. | |
| template<class T> bool | isGreater (const T& a, const T& b) Tests whether the first argument is greater than the second. | |
| template<class T> bool | isLess (const T& a, const T& b) Tests whether the first argument is less than the second. |