MCPcopy Create free account
hub / github.com/apache/trafficserver / WithinRel

Function WithinRel

lib/catch2/catch.hpp:11675–11677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11673}
11674
11675Floating::WithinRelMatcher WithinRel(double target, double eps) {
11676 return Floating::WithinRelMatcher(target, eps);
11677}
11678
11679Floating::WithinRelMatcher WithinRel(double target) {
11680 return Floating::WithinRelMatcher(target, std::numeric_limits<double>::epsilon() * 100);

Callers

nothing calls this directly

Calls 1

WithinRelMatcherClass · 0.85

Tested by

no test coverage detected