Checks that received.isClose(expected, maxRelDiff, maxAbsDiff) and throws a FailingExpectationException otherwise.
maxRelDiff and maxAbsDiff have the same default values as in std.math.isClose.
std.math.isClose
See Implementation
Checks that received.isClose(expected, maxRelDiff, maxAbsDiff) and throws a FailingExpectationException otherwise.
maxRelDiff and maxAbsDiff have the same default values as in std.math.isClose.