MCPcopy Create free account
hub / github.com/Profactor/cv-plot / WithinRel

Function WithinRel

CvPlot/ext/catch2/inc/catch.hpp:11519–11521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11517}
11518
11519Floating::WithinRelMatcher WithinRel(double target, double eps) {
11520 return Floating::WithinRelMatcher(target, eps);
11521}
11522
11523Floating::WithinRelMatcher WithinRel(double target) {
11524 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