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

Function pi_half_upper

gecode/float/num.hpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 return gecode_boost::numeric::interval_lib::constants::pi_half_lower<FloatNum>();
39 }
40 forceinline FloatNum
41 pi_half_upper(void) {
42 return gecode_boost::numeric::interval_lib::constants::pi_half_upper<FloatNum>();
43 }
44 forceinline FloatNum
45 pi_lower(void) {
46 return gecode_boost::numeric::interval_lib::constants::pi_lower<FloatNum>();

Callers 1

dopropagateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected