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

Method Approx

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

Source from the content-addressed store, hash-verified

4460namespace Detail {
4461
4462Approx::Approx(double value)
4463 : m_epsilon(std::numeric_limits<float>::epsilon() * 100), m_margin(0.0), m_scale(0.0), m_value(value) {
4464}
4465
4466Approx Approx::custom() {
4467 return Approx(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected