Helpers¶
AreSame¶
Internal helper function¶
static bool AreSame(const double a, const double b, const double epsilon)
static bool AreSame(const long double a, const long double b, const double epsilon)
A static helper function.
Will return whether or not the difference between a
and b
is not greater than epsilon
.