|
inlineconstexpr |
Mirror image of almost: where almost widens a test so that near misses pass, definitely narrows it so that near misses fail. is_greater[definitely = tol](x, y) holds when \(x > y + \mbox{tol}\cdot\max(|x|, |y|)\) for a floating tol, or when x exceeds the tol-th representable value after y for an integral one. Omitting tol uses 3*eps(as(x)).