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

Method med

gecode/float/view/float.hpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 return x->max();
66 }
67 forceinline FloatNum
68 FloatView::med(void) const {
69 return x->med();
70 }
71 forceinline FloatVal
72 FloatView::val(void) const {
73 return x->val();

Callers 1

print.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected