Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ pi_half
Function
pi_half
gecode/third-party/boost/numeric/interval/constants.hpp:65–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
template<class I> inline
66
I pi_half()
67
{
68
typedef typename I::base_type T;
69
return I(constants::pi_half_lower<T>(),
70
constants::pi_half_upper<T>(), true);
71
}
72
73
template<class I> inline
74
I pi_twice()
Callers
1
dopropagate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected