MCPcopy Create free account
hub / github.com/Gecode/gecode / zero_in

Method zero_in

gecode/float/val.hpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 return gecode_boost::numeric::in(n,x);
98 }
99 forceinline bool
100 FloatVal::zero_in(void) const {
101 return gecode_boost::numeric::zero_in(x);
102 }
103
104 forceinline FloatVal
105 FloatVal::hull(FloatNum x, FloatNum y) {

Callers

nothing calls this directly

Calls 1

zero_inFunction · 0.85

Tested by

no test coverage detected