MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / toString

Method toString

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4470–4474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4468}
4469
4470std::string Approx::toString() const {
4471 ReusableStringStream rss;
4472 rss << "Approx( " << ::Catch::Detail::stringify(m_value) << " )";
4473 return rss.str();
4474}
4475
4476bool Approx::equalityComparisonImpl(const double other) const {
4477 // First try with fixed margin, then compute margin based on epsilon, scale and Approx's value

Callers 6

getAppListMethod · 0.45
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