shouldApproxEqual

Assert that value is approximately equal to expected.

void
shouldApproxEqual
(
V
E
)
(
in V value
,,
double maxRelDiff = 1e-2
,
double maxAbsDiff = 1e-5
,
string file = __FILE__
,
size_t line = __LINE__
)

Meta