MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / toString

Method toString

extlibs/catch/include/catch/catch.hpp:7577–7581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7575 }
7576
7577 std::string Approx::toString() const {
7578 ReusableStringStream rss;
7579 rss << "Approx( " << ::Catch::Detail::stringify( m_value ) << " )";
7580 return rss.str();
7581 }
7582
7583 bool Approx::equalityComparisonImpl(const double other) const {
7584 // First try with fixed margin, then compute margin based on epsilon, scale and Approx's value

Callers 5

describeMethod · 0.45
describeMethod · 0.45
describeMethod · 0.45
convertMethod · 0.45

Calls 3

stringifyFunction · 0.85
strMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected