MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / Approx

Method Approx

test/expected/catch.hpp:7791–7796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7789namespace Detail {
7790
7791 Approx::Approx ( double value )
7792 : m_epsilon( std::numeric_limits<float>::epsilon()*100 ),
7793 m_margin( 0.0 ),
7794 m_scale( 0.0 ),
7795 m_value( value )
7796 {}
7797
7798 Approx Approx::custom() {
7799 return Approx( 0 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected