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

Method toString

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

Source from the content-addressed store, hash-verified

7799 }
7800
7801 std::string Approx::toString() const {
7802 ReusableStringStream rss;
7803 rss << "Approx( " << ::Catch::Detail::stringify( m_value ) << " )";
7804 return rss.str();
7805 }
7806
7807 bool Approx::equalityComparisonImpl(const double other) const {
7808 // 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.80
emptyMethod · 0.45

Tested by

no test coverage detected