Checks that received.isClose(expected, maxRelDiff, maxAbsDiff) and throws a FailingExpectationException if it is.
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 if it is.
maxRelDiff and maxAbsDiff have the same default values as in std.math.isClose.