MCPcopy Create free account
hub / github.com/catchorg/Catch2 / WithinRel

Function WithinRel

extras/catch_amalgamated.cpp:8902–8904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Matchers.tests.cppFile · 0.50

Calls 1

WithinRelMatcherClass · 0.70

Tested by

no test coverage detected