MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / WithinRel

Function WithinRel

extras/tests/catch/catch.hpp:11673–11675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11671}
11672
11673Floating::WithinRelMatcher WithinRel(double target, double eps) {
11674 return Floating::WithinRelMatcher(target, eps);
11675}
11676
11677Floating::WithinRelMatcher WithinRel(double target) {
11678 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