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

Function is_zero

gecode/third-party/boost/numeric/interval/detail/test_input.hpp:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace user {
19
20template<class T> inline
21bool is_zero(T const &v) { return v == static_cast<T>(0); }
22
23template<class T> inline
24bool is_neg (T const &v) { return v < static_cast<T>(0); }

Callers 11

divFunction · 0.85
operator*Function · 0.85
operator/Function · 0.85
division_part1Function · 0.85
multiplicative_inverseFunction · 0.85
powFunction · 0.85
nth_rootFunction · 0.85
div_positiveFunction · 0.85
div_negativeFunction · 0.85
div_zeroFunction · 0.85
div_zero_part1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected