MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / WithinAbs

Function WithinAbs

unittests/catch.hpp:8008–8010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8006}
8007
8008Floating::WithinAbsMatcher WithinAbs(double target, double margin) {
8009 return Floating::WithinAbsMatcher(target, margin);
8010}
8011
8012} // namespace Matchers
8013} // namespace Catch

Callers

nothing calls this directly

Calls 1

WithinAbsMatcherClass · 0.85

Tested by

no test coverage detected