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

Function WithinAbs

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

Source from the content-addressed store, hash-verified

11513}
11514
11515Floating::WithinAbsMatcher WithinAbs(double target, double margin) {
11516 return Floating::WithinAbsMatcher(target, margin);
11517}
11518
11519Floating::WithinRelMatcher WithinRel(double target, double eps) {
11520 return Floating::WithinRelMatcher(target, eps);

Callers

nothing calls this directly

Calls 1

WithinAbsMatcherClass · 0.85

Tested by

no test coverage detected