MCPcopy Create free account
hub / github.com/RenderKit/embree / toString

Method toString

tutorials/external/catch.hpp:5976–5980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5974 }
5975
5976 std::string Approx::toString() const {
5977 ReusableStringStream rss;
5978 rss << "Approx( " << ::Catch::Detail::stringify( m_value ) << " )";
5979 return rss.str();
5980 }
5981
5982 bool Approx::equalityComparisonImpl(const double other) const {
5983 // 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