MCPcopy Create free account
hub / github.com/Compaile/ctrack / Approx

Method Approx

test/doctest.h:3987–3990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3985String toString(long long unsigned in) { return toStreamLit(in); }
3986
3987Approx::Approx(double value)
3988 : m_epsilon(static_cast<double>(std::numeric_limits<float>::epsilon()) * 100)
3989 , m_scale(1.0)
3990 , m_value(value) {}
3991
3992Approx Approx::operator()(double value) const {
3993 Approx approx(value);

Callers

nothing calls this directly

Calls 1

epsilonFunction · 0.85

Tested by

no test coverage detected