Macro
ASSERT_EQ_APPROX
Check two floating-point numbers to determine if X ≈ Y with the specified tolerance.
Since v1.0
#define ASSERT_EQ_APPROX(
X,
Y,
T,
...)
Check two floating-point numbers to determine if X ≈ Y with the specified tolerance.