j
k
j a
j l
Glenn Schrader wrote:
Hmmm. An absolute difference is: BOOST_CHECK_CLOSE( x, y, 1e-5 ); True??
Hmmm.
An absolute difference is:
BOOST_CHECK_CLOSE( x, y, 1e-5 );
True??
No! That test will fail if the relative difference between x and y is greater than 1e-5% (1e-7 relative difference in other words). John.
Back to the thread
Back to the list