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

Method Approx

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

Source from the content-addressed store, hash-verified

7782namespace Detail {
7783
7784 Approx::Approx ( double value )
7785 : m_epsilon( std::numeric_limits<float>::epsilon()*100 ),
7786 m_margin( 0.0 ),
7787 m_scale( 0.0 ),
7788 m_value( value )
7789 {}
7790
7791 Approx Approx::custom() {
7792 return Approx( 0 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected