Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ med
Method
med
gecode/float/val.hpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
return gecode_boost::numeric::width(x);
80
}
81
forceinline FloatNum
82
FloatVal::med(void) const {
83
return gecode_boost::numeric::median(x);
84
}
85
86
forceinline bool
87
FloatVal::tight(void) const {
Callers
7
float_val
Function · 0.45
float_val
Function · 0.45
print
Method · 0.45
print
Method · 0.45
print
Method · 0.45
print
Method · 0.45
printFloatVar
Function · 0.45
Calls
1
median
Function · 0.85
Tested by
no test coverage detected