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

Function pi_twice_upper

gecode/float/num.hpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return gecode_boost::numeric::interval_lib::constants::pi_twice_lower<FloatNum>();
55 }
56 forceinline FloatNum
57 pi_twice_upper(void) {
58 return gecode_boost::numeric::interval_lib::constants::pi_twice_upper<FloatNum>();
59 }
60}
61
62// STATISTICS: float-var

Callers 1

dopropagateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected