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

Function pi_upper

gecode/float/num.hpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 return gecode_boost::numeric::interval_lib::constants::pi_lower<FloatNum>();
47 }
48 forceinline FloatNum
49 pi_upper(void) {
50 return gecode_boost::numeric::interval_lib::constants::pi_upper<FloatNum>();
51 }
52 forceinline FloatNum
53 pi_twice_lower(void) {
54 return gecode_boost::numeric::interval_lib::constants::pi_twice_lower<FloatNum>();

Callers 2

dopropagateMethod · 0.50
dopropagateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected