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

Method Approx

unittests/catch.hpp:4633–4638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4631namespace Detail {
4632
4633 Approx::Approx ( double value )
4634 : m_epsilon( std::numeric_limits<float>::epsilon()*100 ),
4635 m_margin( 0.0 ),
4636 m_scale( 0.0 ),
4637 m_value( value )
4638 {}
4639
4640 Approx Approx::custom() {
4641 return Approx( 0 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected