MCPcopy 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
65template<class I> inline
66I 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
73template<class I> inline
74I pi_twice()

Callers 1

dopropagateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected