Hello,
I don't know how I can check double values for equality in C++.
I need a method that also lets me specify an epsilon for the accepted deviation.
greetings Sven
CPPUNIT_ASSERT_DOUBLES_EQUAL(expected, actual, epsilon);
Log in to post a comment.
Hello,
I don't know how I can check double values
for equality in C++.
I need a method that also lets me specify
an epsilon for the accepted deviation.
greetings
Sven
CPPUNIT_ASSERT_DOUBLES_EQUAL(expected, actual, epsilon);