| 8900 | } |
| 8901 | |
| 8902 | WithinRelMatcher WithinRel(double target, double eps) { |
| 8903 | return WithinRelMatcher(target, eps); |
| 8904 | } |
| 8905 | |
| 8906 | WithinRelMatcher WithinRel(double target) { |
| 8907 | return WithinRelMatcher(target, std::numeric_limits<double>::epsilon() * 100); |
no test coverage detected