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

Function operator /

gecode/float/val.hpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 forceinline FloatVal
213 operator /(const FloatVal& x, const FloatVal& y) {
214 return FloatVal(x.x/y.x);
215 }
216 forceinline FloatVal
217 operator /(const FloatVal& x, const FloatNum& y) {
218 return FloatVal(x.x/y);

Callers

nothing calls this directly

Calls 1

FloatValClass · 0.85

Tested by

no test coverage detected