Succeeds if `received.isClose(expected, maxRelDiff, maxAbsDiff)` is false. Throws a FailingExpectationError otherwise.
maxRelDiff and maxAbsDiff have the same default values as in std.math.isClose.
std.math.isClose
See Implementation
Succeeds if `received.isClose(expected, maxRelDiff, maxAbsDiff)` is false. Throws a FailingExpectationError otherwise.
maxRelDiff and maxAbsDiff have the same default values as in std.math.isClose.